Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes|All Packages

A

ABNORMAL - com.google.ortools.linearsolver.MPSolver.ResultStatus
abnormal, i.e., error of some kind.
ABS_CONSTRAINT - com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
 
ABS_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
ABSOLUTE_GAP_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
accept(Assignment, Assignment, long, long) - Method in class com.google.ortools.constraintsolver.BasePathFilter
 
accept(Assignment, Assignment, long, long) - Method in class com.google.ortools.constraintsolver.CPFeasibilityFilter
 
accept(Assignment, Assignment, long, long) - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
Accepts a "delta" given the assignment with which the filter has been
synchronized; the delta holds the variables which have been modified and
their new value.
If the filter represents a part of the global objective, its contribution
must be between objective_min and objective_max.
Sample: supposing one wants to maintain a[0,1] + b[0,1] <= 1,
for the assignment (a,1), (b,0), the delta (b,1) will be rejected
but the delta (a,0) will be accepted.
TODO(user): Remove arguments when there are no more need for those.
accept(DecisionVisitor) - Method in class com.google.ortools.constraintsolver.Decision
Accepts the given visitor.
accept(LocalSearchMonitor, Assignment, Assignment, long, long) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
Returns true iff all filters return true, and the sum of their accepted
objectives is between objective_min and objective_max.
The monitor has its Begin/EndFiltering events triggered.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.Constraint
Accepts the given visitor.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.IntervalVar
Accepts the given visitor.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.IntExpr
Accepts the given visitor.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.IntVar
Accepts the given visitor.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.Pack
 
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.RegularLimit
 
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.SearchMonitor
Accepts the given model visitor.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.SequenceVar
Accepts the given visitor.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.Solver
Accepts the given model visitor.
acceptDelta(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.OptimizeVar
Internal methods.
acceptDelta(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.SearchMonitor
 
acceptedNeighbors() - Method in class com.google.ortools.constraintsolver.Solver
The number of accepted neighbors.
acceptNeighbor() - Method in class com.google.ortools.constraintsolver.SearchMonitor
After accepting a neighbor during local search.
acceptSolution() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
acceptSolution() - Method in class com.google.ortools.constraintsolver.SearchMonitor
This method is called when a solution is found.
AcceptUncheckedNeighbor() - Method in class com.google.ortools.constraintsolver.SearchLog
 
AcceptUncheckedNeighbor() - Method in class com.google.ortools.constraintsolver.SearchMonitor
After accepting an unchecked neighbor during local search.
activate() - Method in class com.google.ortools.constraintsolver.AssignmentElement
 
activate(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
activate(long) - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 
activate(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
activate(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
activate(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
activated() - Method in class com.google.ortools.constraintsolver.AssignmentElement
 
activated(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
activated(long) - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 
activated(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
activated(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
activated(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
activatedObjective() - Method in class com.google.ortools.constraintsolver.Assignment
 
activateObjective() - Method in class com.google.ortools.constraintsolver.Assignment
 
ACTIVE_LOCK_BASED - com.google.ortools.sat.SatParameters.FPRoundingMethod
Similar to lock based rounding except this only considers locks of active constraints from the last lp solve.
ACTIVE_LOCK_BASED_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
Similar to lock based rounding except this only considers locks of active constraints from the last lp solve.
ACTIVES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ReservoirConstraintProto
 
activeVar(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the active variable of the node corresponding to index.
activeVehicleVar(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the active variable of the vehicle.
add(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
add(IntervalVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
add(IntervalVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
add(IntervalVar[]) - Method in class com.google.ortools.constraintsolver.Assignment
 
add(IntervalVar[]) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
add(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
add(IntVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
add(IntVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
Add API.
add(IntVar[]) - Method in class com.google.ortools.constraintsolver.Assignment
 
add(IntVar[]) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
add(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
add(SequenceVar) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
add(SequenceVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
add(SequenceVar[]) - Method in class com.google.ortools.constraintsolver.Assignment
 
add(SequenceVar[]) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
ADD_CG_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_CLIQUE_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_KNAPSACK_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_LIN_MAX_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_LP_CONSTRAINTS_LAZILY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_MIR_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_ZERO_HALF_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
addAbsEquality(IntVar, IntVar) - Method in class com.google.ortools.sat.CpModel
Adds target == Abs(var).
addActives(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
literals.
addAllActives(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
literals.
addAllAssumptions(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CpModelProto.Builder
A list of literals.
addAllCoefficient(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
Must be finite.
addAllCoefficient(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
addAllCoefficient(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Must be finite.
addAllCoeffs(Iterable<? extends Long>) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
repeated int64 coeffs = 4;
addAllCoeffs(Iterable<? extends Long>) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
Same size as vars.
addAllCoeffs(Iterable<? extends Long>) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int64 coeffs = 2;
addAllConstraint(Iterable<? extends MPConstraintProto>) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addAllConstraints(Iterable<? extends ConstraintProto>) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addAllCycleSizes(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
repeated int32 cycle_sizes = 2;
addAllDemands(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
addAllDemands(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
Experimental.
addAllDemands(Iterable<? extends Long>) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
constants, can be negative.
addAllDifferent(IntVar[]) - Method in class com.google.ortools.sat.CpModel
Adds AllDifferent(variables).
addAllDomain(Iterable<? extends Long>) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
If non-empty, only look for an objective value in the given domain.
addAllDomain(Iterable<? extends Long>) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
addAllDomain(Iterable<? extends Long>) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int64 domain = 3;
addAllDualValue(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
addAllEnforcementLiteral(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The constraint will be enforced iff all literals listed here are true.
addAllEntries(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
repeated int32 entries = 3;
addAllExprs(Iterable<? extends LinearExpressionProto>) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addAllFDirect(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_direct = 1;
addAllFinalStates(Iterable<? extends Long>) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 final_states = 3;
addAllFInverse(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_inverse = 2;
addAllGeneralConstraint(Iterable<? extends MPGeneralConstraintProto>) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addAllHeads(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 heads = 4;
addAllHeads(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 heads = 2;
addAllIntervals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
repeated int32 intervals = 2;
addAllIntervals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
repeated int32 intervals = 1;
addAllLiterals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
repeated int32 literals = 1;
addAllLiterals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 literals = 5;
addAllLiterals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 literals = 3;
addAllOrbitopes(Iterable<? extends DenseMatrixProto>) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addAllowedAssignments(IntVar[], int[][]) - Method in class com.google.ortools.sat.CpModel
Adds AllowedAssignments(variables, tuplesList).
addAllowedAssignments(IntVar[], long[][]) - Method in class com.google.ortools.sat.CpModel
Adds AllowedAssignments(variables, tuplesList).
addAllPermutations(Iterable<? extends SparsePermutationProto>) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
addAllQcoefficient(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
addAllQvar1Index(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
addAllQvar1Index(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
addAllQvar2Index(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
repeated int32 qvar2_index = 4;
addAllQvar2Index(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
repeated int32 qvar2_index = 2;
addAllReducedCost(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
addAllRestartAlgorithms(Iterable<? extends SatParameters.RestartAlgorithm>) - Method in class com.google.ortools.sat.SatParameters.Builder
The restart strategies will change each time the strategy_counter is increased.
addAllSearchStrategy(Iterable<? extends DecisionStrategyProto>) - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
addAllSolution(Iterable<? extends Long>) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A feasible solution to the given problem.
addAllSolutionLowerBounds(Iterable<? extends Long>) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addAllSolutionUpperBounds(Iterable<? extends Long>) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
repeated int64 solution_upper_bounds = 19;
addAllSufficientAssumptionsForInfeasibility(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A subset of the model "assumptions" field.
addAllSupport(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
Each cycle is listed one after the other in the support field.
addAllTails(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 tails = 3;
addAllTails(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 tails = 1;
addAllTightenedVariables(Iterable<? extends IntegerVariableProto>) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addAllTimes(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
variables.
addAllTransformations(Iterable<? extends DecisionStrategyProto.AffineTransformation>) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
addAllTransitionHead(Iterable<? extends Long>) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_head = 5;
addAllTransitionLabel(Iterable<? extends Long>) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_label = 6;
addAllTransitionTail(Iterable<? extends Long>) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
List of transitions (all 3 vectors have the same size).
addAllValues(Iterable<? extends Long>) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int64 values = 2;
addAllValues(Iterable<? extends Long>) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int64 values = 2;
addAllVariable(Iterable<? extends MPVariableProto>) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addAllVariables(Iterable<? extends IntegerVariableProto>) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addAllVariables(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
The variables to be considered for the next decision.
addAllVariableValue(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Variable values in the same order as the MPModelProto::variable field.
addAllVarIndex(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
addAllVarIndex(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
addAllVarIndex(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
var_index[i] is the variable index (w.r.t.
addAllVarIndex(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
addAllVarIndex(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Variable index (w.r.t.
addAllVarIndex(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated int32 var_index = 1 [packed = true];
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated int32 vars = 1;
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of variables.
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
The linear terms of the objective to minimize.
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated int32 vars = 3;
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
repeated int32 vars = 2;
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int32 vars = 1;
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int32 vars = 1;
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int32 vars = 1;
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int32 vars = 1;
addAllVarValue(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated double var_value = 2 [packed = true];
addAllWeight(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Optional: SOS weights.
addAllXIntervals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
repeated int32 x_intervals = 1;
addAllYIntervals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
Same size as x_intervals.
addArcWithCapacity(int, int, long) - Method in class com.google.ortools.graph.MaxFlow
 
addArcWithCapacityAndUnitCost(int, int, long, long) - Method in class com.google.ortools.graph.MinCostFlow
 
addArcWithCost(int, int, long) - Method in class com.google.ortools.graph.LinearSumAssignment
 
addAssumption(Literal) - Method in class com.google.ortools.sat.CpModel
Adds a literal to the model as assumption
addAssumptions(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
A list of literals.
addAssumptions(Literal[]) - Method in class com.google.ortools.sat.CpModel
Adds multiple literals to the model as assumptions
addAtPosition(IntervalVar, int) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
Advanced usage: Adds element at a given position; position has to have
been allocated with AssignmentContainer::Resize() beforehand.
addAtPosition(IntVar, int) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
Advanced usage: Adds element at a given position; position has to have
been allocated with AssignmentContainer::Resize() beforehand.
addAtPosition(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
Advanced usage: Adds element at a given position; position has to have
been allocated with AssignmentContainer::Resize() beforehand.
addAtSolutionCallback(Runnable) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a callback called each time a solution is found during the search.
This is a shortcut to creating a monitor to call the callback on
AtSolution() and adding it with AddSearchMonitor.
addAutomaton(IntVar[], long, long[], long[][]) - Method in class com.google.ortools.sat.CpModel
Adds an automaton constraint.
addBoolAnd(Literal[]) - Method in class com.google.ortools.sat.CpModel
Adds And(literals) == true.
addBoolOr(Literal[]) - Method in class com.google.ortools.sat.CpModel
Adds Or(literals) == true.
addBoolXor(Literal[]) - Method in class com.google.ortools.sat.CpModel
Adds XOr(literals) == true.
addCastConstraint(CastConstraint, IntVar, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
Adds 'constraint' to the solver and marks it as a cast constraint, that
is, a constraint created calling Var() on an expression.
addCircuit(int[], int[], Literal[]) - Method in class com.google.ortools.sat.CpModel
Adds Circuit(tails, heads, literals).
addCoefficient(double) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
Must be finite.
addCoefficient(double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
addCoefficient(double) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Must be finite.
addCoeffs(long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
repeated int64 coeffs = 4;
addCoeffs(long) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
Same size as vars.
addCoeffs(long) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int64 coeffs = 2;
addConstantDimension(long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addConstantDimensionWithSlack(long, long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Creates a dimension where the transit variable is constrained to be
equal to 'value'; 'capacity' is the upper bound of the cumul variables.
'name' is the name used to reference the dimension; this name is used to
get cumul and transit variables from the routing model.
Returns a pair consisting of an index to the registered unary transit
callback and a bool denoting whether the dimension has been created.
It is false if a dimension with the same name has already been created
(and doesn't create the new dimension but still register a new callback).
addConstraint(int, MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addConstraint(int, MPConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addConstraint(Constraint) - Method in class com.google.ortools.constraintsolver.Solver
Adds the constraint 'c' to the model.

After calling this method, and until there is a backtrack that undoes the
addition, any assignment of variables to values must satisfy the given
constraint in order to be considered feasible.
addConstraint(MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addConstraint(MPConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addConstraintBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addConstraints(int, ConstraintProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addConstraints(int, ConstraintProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addConstraints(ConstraintProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addConstraints(ConstraintProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addConstraintsBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addConstraintsBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addCountAssignedItemsDimension(IntVar) - Method in class com.google.ortools.constraintsolver.Pack
This dimension links 'count_var' to the actual number of items
assigned to a bin in the pack.
addCountUsedBinDimension(IntVar) - Method in class com.google.ortools.constraintsolver.Pack
This dimension links 'count_var' to the actual number of bins used in the
pack.
addCumulative(IntervalVar[], int[], long) - Method in class com.google.ortools.sat.CpModel
Adds Cumulative(intervals, demands, capacity) with fixed demands and fixed capacity.
addCumulative(IntervalVar[], int[], IntVar) - Method in class com.google.ortools.sat.CpModel
Adds Cumulative(intervals, demands, capacity) with fixed demands.
addCumulative(IntervalVar[], long[], long) - Method in class com.google.ortools.sat.CpModel
Adds Cumulative(intervals, demands, capacity) with fixed demands and fixed capacity.
addCumulative(IntervalVar[], long[], IntVar) - Method in class com.google.ortools.sat.CpModel
Adds Cumulative(intervals, demands, capacity) with fixed demands.
addCumulative(IntervalVar[], IntVar[], long) - Method in class com.google.ortools.sat.CpModel
Adds Cumulative(intervals, demands, capacity) with fixed capacity.
addCumulative(IntervalVar[], IntVar[], IntVar) - Method in class com.google.ortools.sat.CpModel
Adds Cumulative(intervals, demands, capacity).
addCycleSizes(int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
repeated int32 cycle_sizes = 2;
addDecisionStrategy(IntVar[], DecisionStrategyProto.VariableSelectionStrategy, DecisionStrategyProto.DomainReductionStrategy) - Method in class com.google.ortools.sat.CpModel
Adds DecisionStrategy(variables, varStr, domStr).
addDemands(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
addDemands(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
Experimental.
addDemands(long) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
constants, can be negative.
addDifferent(IntVar, IntVar) - Method in class com.google.ortools.sat.CpModel
Adds left != right.
addDifferent(LinearExpr, long) - Method in class com.google.ortools.sat.CpModel
Adds expr != value.
addDifferentWithOffset(IntVar, IntVar, long) - Method in class com.google.ortools.sat.CpModel
Adds left + offset != right.
addDimension(int, long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Model creation
Methods to add dimensions to routes; dimensions represent quantities
accumulated at nodes along the routes.
addDimensionWithVehicleCapacity(int, long, long[], boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addDimensionWithVehicleTransitAndCapacity(int[], long, long[], boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addDimensionWithVehicleTransits(int[], long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addDisjunction(long[]) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a disjunction constraint on the indices: exactly 'max_cardinality' of
the indices are active.
addDisjunction(long[], long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a disjunction constraint on the indices: exactly 'max_cardinality' of
the indices are active.
addDisjunction(long[], long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a disjunction constraint on the indices: exactly 'max_cardinality' of
the indices are active.
addDivisionEquality(IntVar, IntVar, IntVar) - Method in class com.google.ortools.sat.CpModel
Adds target == num / denom, rounded towards 0.
addDomain(long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
If non-empty, only look for an objective value in the given domain.
addDomain(long) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
addDomain(long) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int64 domain = 3;
addDualValue(double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
ADDED_TYPE_REMOVED_FROM_VEHICLE - Static variable in class com.google.ortools.constraintsolver.RoutingModel
When visited, one instance of type 'T' previously added to the route
(TYPE_ADDED_TO_VEHICLE), if any, is removed from the vehicle.
If the type was not previously added to the route or all added instances
have already been removed, this visit has no effect on the types.
addElement(IntVar, int[], IntVar) - Method in class com.google.ortools.sat.CpModel
Adds the element constraint: values[index] == target.
addElement(IntVar, long[], IntVar) - Method in class com.google.ortools.sat.CpModel
Adds the element constraint: values[index] == target.
addElement(IntVar, IntVar[], IntVar) - Method in class com.google.ortools.sat.CpModel
Adds the element constraint: variables[index] == target.
addEnforcementLiteral(int) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The constraint will be enforced iff all literals listed here are true.
addEntries(int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
repeated int32 entries = 3;
addEquality(LinearExpr, long) - Method in class com.google.ortools.sat.CpModel
Adds expr == value.
addEquality(LinearExpr, LinearExpr) - Method in class com.google.ortools.sat.CpModel
Adds left == right.
addEqualityWithOffset(LinearExpr, LinearExpr, long) - Method in class com.google.ortools.sat.CpModel
Adds left + offset == right.
addExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addExprs(LinearExpressionProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addExprs(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addExprsBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addExprsBuilder(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addFDirect(int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_direct = 1;
addFinalStates(long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 final_states = 3;
addFInverse(int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_inverse = 2;
addForbiddenAssignments(IntVar[], int[][]) - Method in class com.google.ortools.sat.CpModel
Adds ForbiddenAssignments(variables, tuplesList).
addForbiddenAssignments(IntVar[], long[][]) - Method in class com.google.ortools.sat.CpModel
Adds ForbiddenAssignments(variables, tuplesList).
addGeneralConstraint(int, MPGeneralConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addGeneralConstraint(int, MPGeneralConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addGeneralConstraint(MPGeneralConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addGeneralConstraint(MPGeneralConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addGeneralConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addGeneralConstraintBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addGreaterOrEqual(LinearExpr, long) - Method in class com.google.ortools.sat.CpModel
Adds expr >= value.
addGreaterOrEqual(LinearExpr, LinearExpr) - Method in class com.google.ortools.sat.CpModel
Adds left >= right.
addGreaterOrEqualWithOffset(LinearExpr, LinearExpr, long) - Method in class com.google.ortools.sat.CpModel
Adds left + offset >= right.
addGreaterThan(LinearExpr, long) - Method in class com.google.ortools.sat.CpModel
Adds expr > value.
addGreaterThan(LinearExpr, LinearExpr) - Method in class com.google.ortools.sat.CpModel
Adds left > right.
addHardTypeIncompatibility(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Incompatibilities:
Two nodes with "hard" incompatible types cannot share the same route at
all, while with a "temporal" incompatibility they can't be on the same
route at the same time.
addHeads(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 heads = 4;
addHeads(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 heads = 2;
addHint(IntVar, long) - Method in class com.google.ortools.sat.CpModel
Adds hinting to a variable
addImplication(Literal, Literal) - Method in class com.google.ortools.sat.CpModel
Adds a => b.
addIntegerVariableEqualValueClause(IntVar, long) - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
addIntegerVariableGreaterOrEqualValueClause(IntVar, long) - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
addIntegerVariableLessOrEqualValueClause(IntVar, long) - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
addIntervals(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
repeated int32 intervals = 2;
addIntervals(int) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
repeated int32 intervals = 1;
addIntervalToAssignment(IntervalVar) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addInverse(IntVar[], IntVar[]) - Method in class com.google.ortools.sat.CpModel
Adds Inverse(variables, inverseVariables).
additionWith(Domain) - Method in class com.google.ortools.util.Domain
Returns {x ∈ Int64, ∃ a ∈ D, ∃ b ∈ domain, x = a + b}.
addLessOrEqual(LinearExpr, long) - Method in class com.google.ortools.sat.CpModel
Adds expr <= value.
addLessOrEqual(LinearExpr, LinearExpr) - Method in class com.google.ortools.sat.CpModel
Adds left <= right.
addLessOrEqualWithOffset(LinearExpr, LinearExpr, long) - Method in class com.google.ortools.sat.CpModel
Adds left + offset <= right.
addLessThan(LinearExpr, long) - Method in class com.google.ortools.sat.CpModel
Adds expr < value.
addLessThan(LinearExpr, LinearExpr) - Method in class com.google.ortools.sat.CpModel
Adds left < right.
addLinearConstraint(LinearExpr, long, long) - Method in class com.google.ortools.sat.CpModel
Adds lb <= expr <= ub.
addLinearExpressionInDomain(LinearExpr, Domain) - Method in class com.google.ortools.sat.CpModel
Adds expr in domain.
addLiterals(int) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
repeated int32 literals = 1;
addLiterals(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 literals = 5;
addLiterals(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 literals = 3;
addLocalSearchFilter(LocalSearchFilter) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a custom local search filter to the list of filters used to speed up
local search by pruning unfeasible variable assignments.
Calling this method after the routing model has been closed (CloseModel()
or Solve() has been called) has no effect.
The routing model does not take ownership of the filter.
addLocalSearchMonitor(LocalSearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
Adds the local search monitor to the solver.
addLocalSearchOperator(LocalSearchOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a local search operator to the set of operators used to solve the
vehicle routing problem.
addMapDomain(IntVar, Literal[], long) - Method in class com.google.ortools.sat.CpModel
Adds var == i + offset <=> booleans[i] == true for all i in [0, booleans.length).
addMatrixDimension(long[][], long, boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Creates a dimension where the transit variable is constrained to be
equal to 'values[i][next(i)]' for node i; 'capacity' is the upper bound of
the cumul variables.
addMaxEquality(IntVar, IntVar[]) - Method in class com.google.ortools.sat.CpModel
Adds target == Max(vars).
addMinEquality(IntVar, IntVar[]) - Method in class com.google.ortools.sat.CpModel
Adds target == Min(vars).
addModuloEquality(IntVar, IntVar, long) - Method in class com.google.ortools.sat.CpModel
Adds target == var % mod.
addModuloEquality(IntVar, IntVar, IntVar) - Method in class com.google.ortools.sat.CpModel
Adds target == var % mod.
addNodePrecedence(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
addNoOverlap(IntervalVar[]) - Method in class com.google.ortools.sat.CpModel
Adds NoOverlap(intervalVars).
addNoOverlap2D(IntervalVar[], IntervalVar[]) - Method in class com.google.ortools.sat.CpModel
Adds NoOverlap2D(xIntervals, yIntervals).
addObjective(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
addObjective(IntVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
addOrbitopes(int, DenseMatrixProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addOrbitopes(int, DenseMatrixProto.Builder) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addOrbitopes(DenseMatrixProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addOrbitopes(DenseMatrixProto.Builder) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addOrbitopesBuilder() - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addOrbitopesBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addPermutations(int, SparsePermutationProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
addPermutations(int, SparsePermutationProto.Builder) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
addPermutations(SparsePermutationProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
addPermutations(SparsePermutationProto.Builder) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
addPermutationsBuilder() - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
addPermutationsBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
addPickupAndDelivery(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Notifies that index1 and index2 form a pair of nodes which should belong
to the same route.
addPickupAndDeliverySets(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Same as AddPickupAndDelivery but notifying that the performed node from
the disjunction of index 'pickup_disjunction' is on the same route as the
performed node from the disjunction of index 'delivery_disjunction'.
addProductEquality(IntVar, IntVar[]) - Method in class com.google.ortools.sat.CpModel
Adds target == Product(vars).
addPropagationMonitor(PropagationMonitor) - Method in class com.google.ortools.constraintsolver.Solver
Adds the propagation monitor to the solver.
addQcoefficient(double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
addQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
addQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
addQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
repeated int32 qvar2_index = 4;
addQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
repeated int32 qvar2_index = 2;
addReducedCost(double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.SatParameters.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
addRequiredTypeAlternativesWhenAddingType(int, SWIGTYPE_p_absl__flat_hash_setT_int_t) - Method in class com.google.ortools.constraintsolver.RoutingModel
If type_D depends on type_R when adding type_D, any node_D of type_D and
VisitTypePolicy TYPE_ADDED_TO_VEHICLE or
TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED requires at least one type_R on its
vehicle at the time node_D is visited.
addRequiredTypeAlternativesWhenRemovingType(int, SWIGTYPE_p_absl__flat_hash_setT_int_t) - Method in class com.google.ortools.constraintsolver.RoutingModel
The following requirements apply when visiting dependent nodes that remove
their type from the route, i.e.
addReservoirConstraint(IntVar[], int[], long, long) - Method in class com.google.ortools.sat.CpModel
Adds Reservoir(times, demands, minLevel, maxLevel).
addReservoirConstraint(IntVar[], long[], long, long) - Method in class com.google.ortools.sat.CpModel
Adds Reservoir(times, demands, minLevel, maxLevel).
addReservoirConstraintWithActive(IntVar[], int[], IntVar[], long, long) - Method in class com.google.ortools.sat.CpModel
Adds Reservoir(times, demands, actives, minLevel, maxLevel).
addReservoirConstraintWithActive(IntVar[], long[], IntVar[], long, long) - Method in class com.google.ortools.sat.CpModel
Adds Reservoir(times, demands, actives, minLevel, maxLevel).
addRestartAlgorithms(SatParameters.RestartAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
The restart strategies will change each time the strategy_counter is increased.
addSearchMonitor(SearchMonitor) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a search monitor to the search used to solve the routing model.
addSearchStrategy(int, DecisionStrategyProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
addSearchStrategy(int, DecisionStrategyProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
addSearchStrategy(DecisionStrategyProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
addSearchStrategy(DecisionStrategyProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
addSearchStrategyBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
addSearchStrategyBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
addSoftSameVehicleConstraint(long[], long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a soft constraint to force a set of variable indices to be on the
same vehicle.
addSolution(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A feasible solution to the given problem.
addSolutionLowerBounds(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addSolutionUpperBounds(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
repeated int64 solution_upper_bounds = 19;
addSufficientAssumptionsForInfeasibility(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A subset of the model "assumptions" field.
addSumVariableWeightsLessOrEqualConstantDimension(IntVar[], long[]) - Method in class com.google.ortools.constraintsolver.Pack
This dimension imposes:
forall b in bins,
sum (i in items: usage[i] * is_assigned(i, b)) <= capacity[b]
where is_assigned(i, b) is true if and only if item i is assigned
to the bin b.

This can be used to model shapes of items by linking variables of
the same item on parallel dimensions with an allowed assignment
constraint.
addSupport(int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
Each cycle is listed one after the other in the support field.
addTails(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 tails = 3;
addTails(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 tails = 1;
addTemporalTypeIncompatibility(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addTightenedVariables(int, IntegerVariableProto) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addTightenedVariables(int, IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addTightenedVariables(IntegerVariableProto) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addTightenedVariables(IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addTightenedVariablesBuilder() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addTightenedVariablesBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addTimes(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
variables.
addToAssignment(IntVar) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds an extra variable to the vehicle routing assignment.
addToAssignment(IntVar, long, boolean, SWIGTYPE_p_std__vectorT_int_t, long, Assignment) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchHandler
 
addToAssignment(SequenceVar, int[], boolean, SWIGTYPE_p_std__vectorT_int_t, long, Assignment) - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchHandler
 
addTransformations(int, DecisionStrategyProto.AffineTransformation) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
addTransformations(int, DecisionStrategyProto.AffineTransformation.Builder) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
addTransformations(DecisionStrategyProto.AffineTransformation) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
addTransformations(DecisionStrategyProto.AffineTransformation.Builder) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
addTransformationsBuilder() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
addTransformationsBuilder(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
addTransitionHead(long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_head = 5;
addTransitionLabel(long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_label = 6;
addTransitionTail(long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
List of transitions (all 3 vectors have the same size).
addValues(long) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int64 values = 2;
addValues(long) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int64 values = 2;
addVariable(int, MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addVariable(int, MPVariableProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addVariable(MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addVariable(MPVariableProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addVariableBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addVariableBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addVariableMaximizedByFinalizer(IntVar) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a variable to maximize in the solution finalizer (see above for
information on the solution finalizer).
addVariableMinimizedByFinalizer(IntVar) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a variable to minimize in the solution finalizer.
addVariables(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
The variables to be considered for the next decision.
addVariables(int, IntegerVariableProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addVariables(int, IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addVariables(IntegerVariableProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addVariables(IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addVariablesBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addVariablesBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addVariableTargetToFinalizer(IntVar, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Add a variable to set the closest possible to the target value in the
solution finalizer.
addVariableValue(double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Variable values in the same order as the MPModelProto::variable field.
addVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
addVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
addVarIndex(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
var_index[i] is the variable index (w.r.t.
addVarIndex(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
addVarIndex(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Variable index (w.r.t.
addVarIndex(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated int32 var_index = 1 [packed = true];
addVars(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated int32 vars = 1;
addVars(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of variables.
addVars(int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
The linear terms of the objective to minimize.
addVars(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated int32 vars = 3;
addVars(int) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
repeated int32 vars = 2;
addVars(int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int32 vars = 1;
addVars(int) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int32 vars = 1;
addVars(int) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int32 vars = 1;
addVars(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int32 vars = 1;
addVars(IntVar[]) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
Add variables to "track" to the filter.
addVars(IntVar[]) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
addVars(SequenceVar[]) - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 
addVarValue(double) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated double var_value = 2 [packed = true];
addVectorDimension(long[], long, boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Creates a dimension where the transit variable is constrained to be
equal to 'values[i]' for node i; 'capacity' is the upper bound of
the cumul variables.
addWeight(double) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Optional: SOS weights.
addWeightedSumEqualVarDimension(long[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Pack
This dimension imposes that for all bins b, the weighted sum
(weights[i]) of all objects i assigned to 'b' is equal to loads[b].
addWeightedSumEqualVarDimension(LongBinaryOperator, IntVar[]) - Method in class com.google.ortools.constraintsolver.Pack
This dimension imposes that for all bins b, the weighted sum
(weights->Run(i, b)) of all objects i assigned to 'b' is equal to
loads[b].
addWeightedSumLessOrEqualConstantDimension(long[], long[]) - Method in class com.google.ortools.constraintsolver.Pack
Dimensions are additional constraints than can restrict what is
possible with the pack constraint.
addWeightedSumLessOrEqualConstantDimension(LongBinaryOperator, long[]) - Method in class com.google.ortools.constraintsolver.Pack
This dimension imposes that for all bins b, the weighted sum
(weights->Run(i, b) of all objects i assigned to 'b' is less or
equal to 'bounds[b]'.
addWeightedSumLessOrEqualConstantDimension(LongUnaryOperator, long[]) - Method in class com.google.ortools.constraintsolver.Pack
This dimension imposes that for all bins b, the weighted sum
(weights->Run(i)) of all objects i assigned to 'b' is less or
equal to 'bounds[b]'.
addWeightedSumOfAssignedDimension(long[], IntVar) - Method in class com.google.ortools.constraintsolver.Pack
This dimension enforces that cost_var == sum of weights[i] for
all objects 'i' assigned to a bin.
AddWeightedVariableMinimizedByFinalizer(IntVar, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a variable to minimize in the solution finalizer, with a weighted
priority: the higher the more priority it has.
addXIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
repeated int32 x_intervals = 1;
addYIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
Same size as x_intervals.
afterDecision(Decision, boolean) - Method in class com.google.ortools.constraintsolver.SearchMonitor
Just after refuting or applying the decision, apply is true after Apply.
This is called only if the Apply() or Refute() methods have not failed.
ALL_DIFF - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
ALL_DIFF_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
ALL_SOLUTIONS_WERE_FOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
ALL_UNPERFORMED - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
--- Path insertion heuristics --- Make all nodes inactive.
ALL_UNPERFORMED_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
--- Path insertion heuristics --- Make all nodes inactive.
AllDifferentConstraintProto - Class in com.google.ortools.sat
All variables must take different values.
AllDifferentConstraintProto.Builder - Class in com.google.ortools.sat
All variables must take different values.
AllDifferentConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
allValues() - Static method in class com.google.ortools.util.Domain
Returns the full domain Int64.
ALSO_BUMP_VARIABLES_IN_CONFLICT_REASONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
AND_CONSTRAINT - com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
 
AND_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
appendToFragment(int) - Method in class com.google.ortools.constraintsolver.BaseLns
 
apply(Solver) - Method in class com.google.ortools.constraintsolver.Decision
Apply will be called first when the decision is executed.
applyAsLong(int, int) - Method in interface com.google.ortools.constraintsolver.IntIntToLongFunction
Applies this function to the given arguments.
applyAsLong(long, long, long) - Method in interface com.google.ortools.constraintsolver.LongTernaryOperator
Applies this operator to the given operands.
applyBound() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
applyDecision(Decision) - Method in class com.google.ortools.constraintsolver.SearchLog
 
applyDecision(Decision) - Method in class com.google.ortools.constraintsolver.SearchMonitor
Before applying the decision.
applyLocks(long[]) - Method in class com.google.ortools.constraintsolver.RoutingModel
Applies a lock chain to the next search.
applyLocksToAllVehicles(long[][], boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
Applies lock chains to all vehicles to the next search, such that locks[p]
is the lock chain for route p.
arcIsMoreConstrainedThanArc(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns whether the arc from->to1 is more constrained than from->to2,
taking into account, in order:
- whether the destination node isn't an end node
- whether the destination node is mandatory
- whether the destination node is bound to the same vehicle as the source
- the "primary constrained" dimension (see SetPrimaryConstrainedDimension)
It then breaks ties using, in order:
- the arc cost (taking unperformed penalties into account)
- the size of the vehicle vars of "to1" and "to2" (lowest size wins)
- the value: the lowest value of the indices to1 and to2 wins.
See the .cc for details.
The more constrained arc is typically preferable when building a
first solution.
areAllBooleans(IntVar[]) - Static method in class com.google.ortools.constraintsolver.main
 
areAllBooleans(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
areAllBound(IntVar[]) - Static method in class com.google.ortools.constraintsolver.main
 
areAllBound(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
areAllBoundTo(IntVar[], long) - Static method in class com.google.ortools.constraintsolver.main
Returns true if all variables are assigned to 'value'.
areAllBoundTo(IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AreAllElementsBound() - Method in class com.google.ortools.constraintsolver.Assignment
 
AreAllElementsBound() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
AreAllElementsBound() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
AreAllElementsBound() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
AreEmptyRouteCostsConsideredForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
arity() - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
ARRAY_SPLIT_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
assign(int, int) - Method in class com.google.ortools.constraintsolver.Pack
 
ASSIGN_CENTER_VALUE - Static variable in class com.google.ortools.constraintsolver.Solver
Selects the first possible value which is the closest to the center
of the domain of the selected variable.
The center is defined as (min + max) / 2.
ASSIGN_MAX_VALUE - Static variable in class com.google.ortools.constraintsolver.Solver
Selects the max value of the selected variable.
ASSIGN_MIN_VALUE - Static variable in class com.google.ortools.constraintsolver.Solver
Selects the min value of the selected variable.
ASSIGN_RANDOM_VALUE - Static variable in class com.google.ortools.constraintsolver.Solver
Selects randomly one of the possible values of the selected variable.
assignAllPossibleToBin(int) - Method in class com.google.ortools.constraintsolver.Pack
 
assignAllRemainingItems() - Method in class com.google.ortools.constraintsolver.Pack
 
assignFirstPossibleToBin(int) - Method in class com.google.ortools.constraintsolver.Pack
 
Assignment - Class in com.google.ortools.constraintsolver
An Assignment is a variable -> domains mapping, used
to report solutions to the user.
Assignment(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Assignment
 
Assignment(Assignment) - Constructor for class com.google.ortools.constraintsolver.Assignment
 
Assignment(Solver) - Constructor for class com.google.ortools.constraintsolver.Assignment
 
Assignment_activate__SWIG_0(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activate__SWIG_1(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activate__SWIG_2(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activated__SWIG_0(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activated__SWIG_1(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activated__SWIG_2(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activatedObjective(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activateObjective(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_add__SWIG_0(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_add__SWIG_1(long, Assignment, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_add__SWIG_2(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_add__SWIG_3(long, Assignment, IntervalVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_add__SWIG_4(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_add__SWIG_5(long, Assignment, SequenceVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_addObjective(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_AreAllElementsBound(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_backwardSequence(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_bound(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_clear(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_ClearObjective(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_contains__SWIG_0(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_contains__SWIG_1(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_contains__SWIG_2(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_copy(long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_copyIntersection(long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_deactivate__SWIG_0(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_deactivate__SWIG_1(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_deactivate__SWIG_2(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_deactivateObjective(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_durationMax(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_durationMin(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_durationValue(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_empty(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_endMax(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_endMin(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_endValue(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_fastAdd__SWIG_0(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_fastAdd__SWIG_1(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_fastAdd__SWIG_2(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_forwardSequence(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_hasObjective(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_intervalVarContainer(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_intVarContainer(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_load(long, Assignment, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_max(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_min(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_mutableIntervalVarContainer(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_mutableIntVarContainer(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_mutableSequenceVarContainer(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_numIntervalVars(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_numIntVars(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_numSequenceVars(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_objective(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_objectiveBound(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_objectiveMax(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_objectiveMin(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_objectiveValue(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_performedMax(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_performedMin(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_performedValue(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_restore(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_save(long, Assignment, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_sequenceVarContainer(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setBackwardSequence(long, Assignment, long, SequenceVar, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setDurationMax(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setDurationMin(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setDurationRange(long, Assignment, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setDurationValue(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setEndMax(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setEndMin(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setEndRange(long, Assignment, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setEndValue(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setForwardSequence(long, Assignment, long, SequenceVar, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setMax(long, Assignment, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setMin(long, Assignment, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setObjectiveMax(long, Assignment, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setObjectiveMin(long, Assignment, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setObjectiveRange(long, Assignment, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setObjectiveValue(long, Assignment, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setPerformedMax(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setPerformedMin(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setPerformedRange(long, Assignment, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setPerformedValue(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setRange(long, Assignment, long, IntVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setSequence(long, Assignment, long, SequenceVar, int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setStartMax(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setStartMin(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setStartRange(long, Assignment, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setStartValue(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setUnperformed(long, Assignment, long, SequenceVar, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setValue(long, Assignment, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_size(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_startMax(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_startMin(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_startValue(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_store(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_toString(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_unperformed(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_value(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentElement - Class in com.google.ortools.constraintsolver
 
AssignmentElement() - Constructor for class com.google.ortools.constraintsolver.AssignmentElement
 
AssignmentElement(long, boolean) - Constructor for class com.google.ortools.constraintsolver.AssignmentElement
 
AssignmentElement_activate(long, AssignmentElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentElement_activated(long, AssignmentElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentElement_deactivate(long, AssignmentElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer - Class in com.google.ortools.constraintsolver
 
AssignmentIntContainer() - Constructor for class com.google.ortools.constraintsolver.AssignmentIntContainer
 
AssignmentIntContainer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.AssignmentIntContainer
 
AssignmentIntContainer_add(long, AssignmentIntContainer, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_addAtPosition(long, AssignmentIntContainer, long, IntVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_AreAllElementsBound(long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_clear(long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_contains(long, AssignmentIntContainer, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_copy(long, AssignmentIntContainer, long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_copyIntersection(long, AssignmentIntContainer, long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_element__SWIG_0(long, AssignmentIntContainer, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_element__SWIG_1(long, AssignmentIntContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_empty(long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_fastAdd(long, AssignmentIntContainer, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_mutableElement__SWIG_0(long, AssignmentIntContainer, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_mutableElement__SWIG_1(long, AssignmentIntContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_resize(long, AssignmentIntContainer, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_restore(long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_size(long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_store(long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer - Class in com.google.ortools.constraintsolver
 
AssignmentIntervalContainer() - Constructor for class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
AssignmentIntervalContainer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
AssignmentIntervalContainer_add(long, AssignmentIntervalContainer, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_addAtPosition(long, AssignmentIntervalContainer, long, IntervalVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_AreAllElementsBound(long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_clear(long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_contains(long, AssignmentIntervalContainer, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_copy(long, AssignmentIntervalContainer, long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_copyIntersection(long, AssignmentIntervalContainer, long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_element__SWIG_0(long, AssignmentIntervalContainer, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_element__SWIG_1(long, AssignmentIntervalContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_empty(long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_fastAdd(long, AssignmentIntervalContainer, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_mutableElement__SWIG_0(long, AssignmentIntervalContainer, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_mutableElement__SWIG_1(long, AssignmentIntervalContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_resize(long, AssignmentIntervalContainer, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_restore(long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_size(long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_store(long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer - Class in com.google.ortools.constraintsolver
 
AssignmentSequenceContainer() - Constructor for class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
AssignmentSequenceContainer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
AssignmentSequenceContainer_add(long, AssignmentSequenceContainer, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_addAtPosition(long, AssignmentSequenceContainer, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_AreAllElementsBound(long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_clear(long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_contains(long, AssignmentSequenceContainer, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_copy(long, AssignmentSequenceContainer, long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_copyIntersection(long, AssignmentSequenceContainer, long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_element__SWIG_0(long, AssignmentSequenceContainer, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_element__SWIG_1(long, AssignmentSequenceContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_empty(long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_fastAdd(long, AssignmentSequenceContainer, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_mutableElement__SWIG_0(long, AssignmentSequenceContainer, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_mutableElement__SWIG_1(long, AssignmentSequenceContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_resize(long, AssignmentSequenceContainer, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_restore(long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_size(long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_store(long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
assignmentToRoutes(Assignment, long[][]) - Method in class com.google.ortools.constraintsolver.RoutingModel
Converts the solution in the given assignment to routes for all vehicles.
Expects that assignment contains a valid solution (i.e.
assignVar(int, int) - Method in class com.google.ortools.constraintsolver.Pack
 
ASSUMPTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
AT_LOWER_BOUND - com.google.ortools.linearsolver.MPSolver.BasisStatus
 
AT_MOST_ONE - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
AT_MOST_ONE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
AT_SOLUTION - Static variable in class com.google.ortools.constraintsolver.Solver
After successful NextSolution and before EndSearch.
AT_UPPER_BOUND - com.google.ortools.linearsolver.MPSolver.BasisStatus
 
atSolution() - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
atSolution() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
atSolution() - Method in class com.google.ortools.constraintsolver.SearchLog
 
atSolution() - Method in class com.google.ortools.constraintsolver.SearchMonitor
This method is called when a valid solution is found.
AUTO_DETECT_GREATER_THAN_AT_LEAST_ONE_OF_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
AUTOMATIC - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Lets the solver detect which strategy to use according to the model being solved.
AUTOMATIC - com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Lets the solver select the metaheuristic.
AUTOMATIC_SEARCH - com.google.ortools.sat.SatParameters.SearchBranching
Try to fix all literals using the underlying SAT solver's heuristics, then generate and fix literals until integer variables are fixed.
AUTOMATIC_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
Try to fix all literals using the underlying SAT solver's heuristics, then generate and fix literals until integer variables are fixed.
AUTOMATIC_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Lets the solver detect which strategy to use according to the model being solved.
AUTOMATIC_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Lets the solver select the metaheuristic.
AUTOMATON - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
AUTOMATON_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
AutomatonConstraintProto - Class in com.google.ortools.sat
This constraint forces a sequence of variables to be accepted by an automaton.
AutomatonConstraintProto.Builder - Class in com.google.ortools.sat
This constraint forces a sequence of variables to be accepted by an automaton.
AutomatonConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
AVOID_DATE - Static variable in class com.google.ortools.constraintsolver.Solver
STARTS_AFTER or ENDS_BEFORE, i.e.

B

backwardSequence() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
backwardSequence(int, SequenceVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the BackwardSequence of 'var' in the
nth solution.
backwardSequence(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
BAD_COST_RANGE - com.google.ortools.graph.MinCostFlowBase.Status
 
BAD_INPUT - com.google.ortools.graph.MaxFlow.Status
 
BAD_RESULT - com.google.ortools.graph.MaxFlow.Status
 
BAD_RESULT - com.google.ortools.graph.MinCostFlowBase.Status
 
balancing_decision() - Method in class com.google.ortools.constraintsolver.Solver
 
BARRIER - com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
Barrier algorithm.
base_dimension() - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns the parent in the dependency tree if any or nullptr otherwise.
BaseIntExpr - Class in com.google.ortools.constraintsolver
This is the base class for all expressions that are not variables.
It provides a basic 'CastToVar()' implementation.

The class of expressions represent two types of objects: variables
and subclasses of BaseIntExpr.
BaseIntExpr(long, boolean) - Constructor for class com.google.ortools.constraintsolver.BaseIntExpr
 
BaseIntExpr_castToVar(long, BaseIntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseIntExpr_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseIntExpr_var(long, BaseIntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BASELINE_MODEL_FILE_PATH_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelDeltaProto
 
BaseLns - Class in com.google.ortools.constraintsolver
This is the base class for building an Lns operator.
BaseLns(long, boolean) - Constructor for class com.google.ortools.constraintsolver.BaseLns
 
BaseLns(IntVar[]) - Constructor for class com.google.ortools.constraintsolver.BaseLns
 
BaseLns_appendToFragment(long, BaseLns, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_change_ownership(BaseLns, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_director_connect(BaseLns, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_fragmentSize(long, BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_HasFragments(long, BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_HasFragmentsSwigExplicitBaseLns(long, BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_initFragments(long, BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_initFragmentsSwigExplicitBaseLns(long, BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_nextFragment(long, BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
baseName() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
baseName() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
Returns a base name for automatic naming.
BaseObject - Class in com.google.ortools.constraintsolver
A BaseObject is the root of all reversibly allocated objects.
A DebugString method and the associated << operator are implemented
as a convenience.
BaseObject() - Constructor for class com.google.ortools.constraintsolver.BaseObject
 
BaseObject(long, boolean) - Constructor for class com.google.ortools.constraintsolver.BaseObject
 
BaseObject_toString(long, BaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BasePathFilter - Class in com.google.ortools.constraintsolver
Generic path-based filter class.
BasePathFilter(long, boolean) - Constructor for class com.google.ortools.constraintsolver.BasePathFilter
 
BasePathFilter_accept(long, BasePathFilter, long, Assignment, long, Assignment, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BasePathFilter_onSynchronize(long, BasePathFilter, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BasePathFilter_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BASIC - com.google.ortools.linearsolver.MPSolver.BasisStatus
 
basisStatus() - Method in class com.google.ortools.linearsolver.MPConstraint
Advanced usage: returns the basis status of the constraint.

It is only available for continuous problems).

Note that if a constraint "linear_expression in [lb, ub]" is transformed
into "linear_expression + slack = 0" with slack in [-ub, -lb], then this
status is the same as the status of the slack variable with AT_UPPER_BOUND
and AT_LOWER_BOUND swapped.

basisStatus() - Method in class com.google.ortools.linearsolver.MPVariable
Advanced usage: returns the basis status of the variable in the current
solution (only available for continuous problems).

beginAcceptNeighbor(LocalSearchOperator) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
beginConstraintInitialPropagation(Constraint) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
Propagation events.
beginDemonRun(Demon) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
beginFail() - Method in class com.google.ortools.constraintsolver.SearchLog
 
beginFail() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Just when the failure occurs.
beginFiltering(LocalSearchFilter) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
beginFilterNeighbor(LocalSearchOperator) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
beginInitialPropagation() - Method in class com.google.ortools.constraintsolver.SearchLog
 
beginInitialPropagation() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Before the initial propagation.
beginMakeNextNeighbor(LocalSearchOperator) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
beginNestedConstraintInitialPropagation(Constraint, Constraint) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
beginNextDecision(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
beginNextDecision(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.SearchLimit
 
beginNextDecision(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.SearchMonitor
Before calling DecisionBuilder::Next.
beginOperatorStart() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
Local search operator events.
beginVisitConstraint(String, Constraint) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
beginVisitExtension(String) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
beginVisitIntegerExpression(String, IntExpr) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
beginVisitModel(String) - Method in class com.google.ortools.constraintsolver.ModelVisitor
----- Virtual methods for visitors -----
Begin/End visit element.
best() - Method in class com.google.ortools.constraintsolver.OptimizeVar
Returns the best value found during search.
BEST_INSERTION - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Iteratively build a solution by inserting the cheapest node at its cheapest position; the cost of insertion is based on the global cost function of the routing model.
BEST_INSERTION_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Iteratively build a solution by inserting the cheapest node at its cheapest position; the cost of insertion is based on the global cost function of the routing model.
BEST_OBJECTIVE_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
BEST_OBJECTIVE_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
bestBound() - Method in class com.google.ortools.linearsolver.MPObjective
Returns the best objective bound.

In case of minimization, it is a lower bound on the objective value of the
optimal integer solution.
bestObjectiveBound() - Method in class com.google.ortools.sat.CpSolver
Returns the best lower bound found when minimizing, of the best upper bound found when maximizing.
bestObjectiveBound() - Method in class com.google.ortools.sat.SolutionCallback
 
bestSolutionContains(int) - Method in class com.google.ortools.algorithms.KnapsackSolver
Returns true if the item 'item_id' is packed in the optimal knapsack.
BINARY_MINIMIZATION_ALGORITHM_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
BINARY_MINIMIZATION_FIRST - com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
BINARY_MINIMIZATION_FIRST = 1;
BINARY_MINIMIZATION_FIRST_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
BINARY_MINIMIZATION_FIRST = 1;
BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION - com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION = 4;
BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION = 4;
BINARY_MINIMIZATION_WITH_REACHABILITY - com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
BINARY_MINIMIZATION_WITH_REACHABILITY = 2;
BINARY_MINIMIZATION_WITH_REACHABILITY_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
BINARY_MINIMIZATION_WITH_REACHABILITY = 2;
BINARY_SEARCH_NUM_CONFLICTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
BLOCKING_RESTART_MULTIPLIER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
BLOCKING_RESTART_WINDOW_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
BOOL_AND - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
BOOL_AND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
BOOL_FALSE - com.google.ortools.util.OptionalBoolean
BOOL_FALSE = 2;
BOOL_FALSE_VALUE - Static variable in enum com.google.ortools.util.OptionalBoolean
BOOL_FALSE = 2;
BOOL_OR - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
BOOL_OR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
BOOL_TRUE - com.google.ortools.util.OptionalBoolean
BOOL_TRUE = 3;
BOOL_TRUE_VALUE - Static variable in enum com.google.ortools.util.OptionalBoolean
BOOL_TRUE = 3;
BOOL_UNSPECIFIED - com.google.ortools.util.OptionalBoolean
BOOL_UNSPECIFIED = 0;
BOOL_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.util.OptionalBoolean
BOOL_UNSPECIFIED = 0;
BOOL_XOR - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
BOOL_XOR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
BoolArgumentProto - Class in com.google.ortools.sat
Argument of the constraints of the form OP(literals).
BoolArgumentProto.Builder - Class in com.google.ortools.sat
Argument of the constraints of the form OP(literals).
BoolArgumentProtoOrBuilder - Interface in com.google.ortools.sat
 
BOOLEAN_ENCODING_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
BOOLEAN_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
BOOLEAN_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
booleanScalProd(Literal[], int[]) - Static method in interface com.google.ortools.sat.LinearExpr
Creates a scalar product.
booleanScalProd(Literal[], long[]) - Static method in interface com.google.ortools.sat.LinearExpr
Creates a scalar product.
booleanSum(Literal[]) - Static method in interface com.google.ortools.sat.LinearExpr
Creates a sum expression.
booleanValue(Literal) - Method in class com.google.ortools.sat.CpSolver
Returns the Boolean value of a literal in the last solution found.
booleanValue(Literal) - Method in class com.google.ortools.sat.CpSolverSolutionCallback
Returns the Boolean value of the literal in the current solution.
BooleanVar - Class in com.google.ortools.constraintsolver
 
BooleanVar(long, boolean) - Constructor for class com.google.ortools.constraintsolver.BooleanVar
 
BooleanVar_baseName(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_bound(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_contains(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_isDifferent(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_isEqual(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_isGreaterOrEqual(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_isLessOrEqual(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_kUnboundBooleanVarValue_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_makeDomainIterator(long, BooleanVar, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_makeHoleIterator(long, BooleanVar, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_max(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_min(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_rawValue(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_removeInterval(long, BooleanVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_removeValue(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_restoreValue(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_setMax(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_setMin(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_setRange(long, BooleanVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_size(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_toString(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_value(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_varType(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_whenBound(long, BooleanVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_whenDomain(long, BooleanVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_whenRange(long, BooleanVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BOP_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
BOP_INTEGER_PROGRAMMING = 12;
BOP_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
BOP_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
BOP_INTEGER_PROGRAMMING = 12;
bound() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
bound() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
bound() - Method in class com.google.ortools.constraintsolver.IntExpr
Returns true if the min and the max of the expression are equal.
bound() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
bound() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
bound(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
BOXES_WITH_NULL_AREA_CAN_OVERLAP_FIELD_NUMBER - Static variable in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
branches() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
branches() - Method in class com.google.ortools.constraintsolver.Solver
The number of branches explored since the creation of the solver.
branches(int) - Method in class com.google.ortools.constraintsolver.SolutionCollector
Returns the number of branches when the nth solution was found.
BRANCHES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
 
BRANCHING_PRIORITY_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
 
build() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
build() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
build() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
build() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
build() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
build() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.CpModelProto.Builder
 
build() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
build() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
build() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
build() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
build() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
build() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
build() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
build() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
build() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
build() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
build() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.SatParameters.Builder
 
build() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
build() - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
build() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
buildComplementOnInterval(long, long) - Method in class com.google.ortools.util.SortedDisjointIntervalList
Builds the complement of the interval list on the interval [start, end].
buildPartial() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
buildPartial() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.CpModelProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
buildPartial() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
buildPartial() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
buildPartial() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.SatParameters.Builder
 
buildPartial() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 

C

cache() - Method in class com.google.ortools.constraintsolver.Solver
Returns the cache of the model.
cannotBePerformed() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
CAPACITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CumulativeConstraintProto
 
CAPACITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.RoutesConstraintProto
 
CastConstraint - Class in com.google.ortools.constraintsolver
Cast constraints are special channeling constraints designed
to keep a variable in sync with an expression.
CastConstraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.CastConstraint
 
CastConstraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
CastConstraint_target_var(long, CastConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
castExpression(IntVar) - Method in class com.google.ortools.constraintsolver.Solver
Internal.
castToVar() - Method in class com.google.ortools.constraintsolver.BaseIntExpr
 
CATCH_SIGINT_SIGNAL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CBC_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
CBC_MIXED_INTEGER_PROGRAMMING = 5;
CBC_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
CBC_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
CBC_MIXED_INTEGER_PROGRAMMING = 5;
ChangeValue - Class in com.google.ortools.constraintsolver
Defines operators which change the value of variables;
each neighbor corresponds to *one* modified variable.
Sub-classes have to define ModifyValue which determines what the new
variable value is going to be (given the current value and the variable).
ChangeValue(long, boolean) - Constructor for class com.google.ortools.constraintsolver.ChangeValue
 
ChangeValue(IntVar[]) - Constructor for class com.google.ortools.constraintsolver.ChangeValue
 
ChangeValue_change_ownership(ChangeValue, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ChangeValue_director_connect(ChangeValue, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ChangeValue_modifyValue(long, ChangeValue, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ChangeValue_oneNeighbor(long, ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ChangeValue_oneNeighborSwigExplicitChangeValue(long, ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ChangeValue_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
CHEAPEST_INSERTION_ADD_UNPERFORMED_ENTRIES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
CHEAPEST_INSERTION_FARTHEST_SEEDS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
CHEAPEST_INSERTION_FIRST_SOLUTION_MIN_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
CHEAPEST_INSERTION_FIRST_SOLUTION_NEIGHBORS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
CHEAPEST_INSERTION_LS_OPERATOR_MIN_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
CHEAPEST_INSERTION_LS_OPERATOR_NEIGHBORS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
check() - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
check() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
check() - Method in class com.google.ortools.constraintsolver.SearchLimit
This method is called to check the status of the limit.
CHECK_SOLUTION_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
checkAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Checks whether the given assignment satisfies all relevant constraints.
checkConstraint(Constraint) - Method in class com.google.ortools.constraintsolver.Solver
Checks whether adding this constraint will lead to an immediate
failure.
checkFail() - Method in class com.google.ortools.constraintsolver.Solver
 
checkLimit() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if the search limit has been crossed.
CHOICE_POINT - Static variable in class com.google.ortools.constraintsolver.Solver
 
CHOOSE_DYNAMIC_GLOBAL_BEST - Static variable in class com.google.ortools.constraintsolver.Solver
Pairs are compared each time a variable is selected.
CHOOSE_FIRST - com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
CHOOSE_FIRST = 0;
CHOOSE_FIRST_UNBOUND - Static variable in class com.google.ortools.constraintsolver.Solver
Select the first unbound variable.
Variables are considered in the order of the vector of IntVars used
to create the selector.
CHOOSE_FIRST_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
CHOOSE_FIRST = 0;
CHOOSE_HIGHEST_MAX - com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
CHOOSE_HIGHEST_MAX = 2;
CHOOSE_HIGHEST_MAX - Static variable in class com.google.ortools.constraintsolver.Solver
Among unbound variables, select the variable with the highest maximal
value.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
CHOOSE_HIGHEST_MAX_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
CHOOSE_HIGHEST_MAX = 2;
CHOOSE_LOWEST_MIN - com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
CHOOSE_LOWEST_MIN = 1;
CHOOSE_LOWEST_MIN - Static variable in class com.google.ortools.constraintsolver.Solver
Among unbound variables, select the variable with the smallest minimal
value.
In case of a tie, the first one is selected, "first" defined by the
order in the vector of IntVars used to create the selector.
CHOOSE_LOWEST_MIN_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
CHOOSE_LOWEST_MIN = 1;
CHOOSE_MAX_AVERAGE_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
CHOOSE_MAX_DOMAIN_SIZE - com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
CHOOSE_MAX_DOMAIN_SIZE = 4;
CHOOSE_MAX_DOMAIN_SIZE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
CHOOSE_MAX_DOMAIN_SIZE = 4;
CHOOSE_MAX_REGRET_ON_MIN - Static variable in class com.google.ortools.constraintsolver.Solver
Among unbound variables, select the variable with the largest
gap between the first and the second values of the domain.
CHOOSE_MAX_SIZE - Static variable in class com.google.ortools.constraintsolver.Solver
Among unbound variables, select the variable with the highest size.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
CHOOSE_MAX_SUM_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
CHOOSE_MAX_VALUE_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
CHOOSE_MIN_DOMAIN_SIZE - com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
CHOOSE_MIN_DOMAIN_SIZE = 3;
CHOOSE_MIN_DOMAIN_SIZE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
CHOOSE_MIN_DOMAIN_SIZE = 3;
CHOOSE_MIN_SIZE - Static variable in class com.google.ortools.constraintsolver.Solver
Among unbound variables, select the variable with the smallest size.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
CHOOSE_MIN_SIZE_HIGHEST_MAX - Static variable in class com.google.ortools.constraintsolver.Solver
Among unbound variables, select the variable with the smallest size,
i.e., the smallest number of possible values.
In case of a tie, the selected variable is the one with the highest max
value.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
CHOOSE_MIN_SIZE_HIGHEST_MIN - Static variable in class com.google.ortools.constraintsolver.Solver
Among unbound variables, select the variable with the smallest size,
i.e., the smallest number of possible values.
In case of a tie, the selected variable is the one with the highest min
value.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
CHOOSE_MIN_SIZE_LOWEST_MAX - Static variable in class com.google.ortools.constraintsolver.Solver
Among unbound variables, select the variable with the smallest size,
i.e., the smallest number of possible values.
In case of a tie, the selected variables is the one with the lowest max
value.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
CHOOSE_MIN_SIZE_LOWEST_MIN - Static variable in class com.google.ortools.constraintsolver.Solver
Among unbound variables, select the variable with the smallest size,
i.e., the smallest number of possible values.
In case of a tie, the selected variables is the one with the lowest min
value.
In case of a tie, the first one is selected, first being defined by the
order in the vector of IntVars used to create the selector.
CHOOSE_MIN_SLACK_RANK_FORWARD - Static variable in class com.google.ortools.constraintsolver.Solver
 
CHOOSE_PATH - Static variable in class com.google.ortools.constraintsolver.Solver
Selects the next unbound variable on a path, the path being defined by
the variables: var[i] corresponds to the index of the next of i.
CHOOSE_RANDOM - Static variable in class com.google.ortools.constraintsolver.Solver
Randomly select one of the remaining unbound variables.
CHOOSE_RANDOM_RANK_FORWARD - Static variable in class com.google.ortools.constraintsolver.Solver
 
CHOOSE_STATIC_GLOBAL_BEST - Static variable in class com.google.ortools.constraintsolver.Solver
Pairs are compared at the first call of the selector, and results are
cached.
CHRISTOFIDES - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Christofides algorithm (actually a variant of the Christofides algorithm using a maximal matching instead of a maximum matching, which does not guarantee the 3/2 factor of the approximation on a metric travelling salesman).
CHRISTOFIDES_USE_MINIMUM_MATCHING_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
CHRISTOFIDES_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Christofides algorithm (actually a variant of the Christofides algorithm using a maximal matching instead of a maximum matching, which does not guarantee the 3/2 factor of the approximation on a metric travelling salesman).
CIRCUIT - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
CIRCUIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
CircuitConstraintProto - Class in com.google.ortools.sat
The circuit constraint is defined on a graph where the arc presence are controlled by literals.
CircuitConstraintProto.Builder - Class in com.google.ortools.sat
The circuit constraint is defined on a graph where the arc presence are controlled by literals.
CircuitConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
CLAUSE_ACTIVITY - com.google.ortools.sat.SatParameters.ClauseOrdering
Order clause by decreasing activity, then by increasing LBD.
CLAUSE_ACTIVITY_DECAY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CLAUSE_ACTIVITY_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ClauseOrdering
Order clause by decreasing activity, then by increasing LBD.
CLAUSE_CLEANUP_LBD_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CLAUSE_CLEANUP_ORDERING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CLAUSE_CLEANUP_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CLAUSE_CLEANUP_PROTECTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CLAUSE_CLEANUP_TARGET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CLAUSE_LBD - com.google.ortools.sat.SatParameters.ClauseOrdering
Order clause by increasing LBD, then by decreasing activity.
CLAUSE_LBD_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ClauseOrdering
Order clause by increasing LBD, then by decreasing activity.
clear() - Method in class com.google.ortools.constraintsolver.Assignment
 
clear() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
clear() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
clear() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
clear() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
clear() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
clear() - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
clear() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
clear() - Method in class com.google.ortools.constraintsolver.ModelCache
 
clear() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
clear() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
clear() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
clear() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
clear() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPObjective
Clears the offset, all variables and coefficients, and the optimization
direction.
clear() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPSolver
Clears the objective (including the optimization direction), all variables
and constraints.
clear() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
clear() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
clear() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
clear() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
clear() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
clear() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.CpModelProto.Builder
 
clear() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
clear() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
clear() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
clear() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
clear() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
clear() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
clear() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
clear() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
clear() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
clear() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
clear() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
clear() - Method in class com.google.ortools.sat.SatParameters.Builder
 
clear() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
clear() - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
clear() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
clear_fail_intercept() - Method in class com.google.ortools.constraintsolver.Solver
Internal
clearAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPAbsConstraint abs_constraint = 5;
clearAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
Stop the search when the gap between the best feasible objective (O) and our best objective bound (B) is smaller than a limit.
clearActives() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
literals.
clearAddCgCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
clearAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate clique cuts from the binary implication graph.
clearAddKnapsackCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate knapsack cuts.
clearAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
For the lin max constraints, generates the cuts described in "Strong mixed-integer programming formulations for trained neural networks" by Ross Anderson et.
clearAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we start by an empty LP, and only add constraints not satisfied by the current LP solution batch by batch.
clearAddMirCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate MIR cuts at root node.
clearAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate Zero-Half cuts at root node.
clearAll() - Method in class com.google.ortools.constraintsolver.Pack
 
clearAllDiff() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The all_diff constraint forces all variables to take different values.
clearAllSolutionsWereFound() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
This will be true iff the solver was asked to find all solutions to a satisfiability problem (or all optimal solutions to an optimization problem), and it was successful in doing so.
clearAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, then the variables that appear in any of the reason of the variables in a conflict have their activity bumped.
clearAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "and" constraints must be Boolean.
clearArraySplitSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
When a sum/min/max operation is applied on a large array, this array is recursively split into blocks of size 'array_split_size'.
clearAssumptions() - Method in class com.google.ortools.sat.CpModel
Remove all assumptions from the model
clearAssumptions() - Method in class com.google.ortools.sat.CpModelProto.Builder
A list of literals.
clearAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The at_most_one constraint enforces that no more than one literal is true at the same time.
clearAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, then the precedences propagator try to detect for each variable if it has a set of "optional incoming arc" for which at least one of them is present.
clearAutomaton() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The automaton constraint forces a sequence of variables to be accepted by an automaton.
clearBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
optional string baseline_model_file_path = 1;
clearBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
This field is only filled for MIP problems.
clearBestObjectiveBound() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Only make sense for an optimization problem.
clearBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
clearBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
If non-negative, perform a binary search on the objective variable in order to find an [min, max] interval outside of which the solver proved unsat/sat under this amount of conflict.
clearBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double blocking_restart_multiplier = 66 [default = 1.4];
clearBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 blocking_restart_window_size = 65 [default = 5000];
clearBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_and constraint forces all of the literals to be true.
clearBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
A non-negative level indicating how much we should try to fully encode Integer variables as Boolean.
clearBoolOr() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_or constraint forces at least one literal to be true.
clearBoolXor() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_xor constraint forces an odd number of the literals to be true.
clearBoxesWithNullAreaCanOverlap() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
bool boxes_with_null_area_can_overlap = 3;
clearBranches() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
int64 branches = 2;
clearBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
optional int32 branching_priority = 6 [default = 0];
clearCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
int32 capacity = 1;
clearCapacity() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
int64 capacity = 5;
clearCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters.Builder
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals when calling solve.
clearCheapestInsertionAddUnperformedEntries() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Whether or not to consider entries making the nodes/pairs unperformed in the GlobalCheapestInsertion heuristic.
clearCheapestInsertionFarthestSeedsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Ratio (between 0 and 1) of available vehicles in the model on which farthest nodes of the model are inserted as seeds in the GlobalCheapestInsertion first solution heuristic.
clearCheapestInsertionFirstSolutionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
int32 cheapest_insertion_first_solution_min_neighbors = 44;
clearCheapestInsertionFirstSolutionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors for each node when creating new insertions in the parallel/sequential cheapest insertion heuristic.
clearCheapestInsertionLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
clearCheapestInsertionLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Neighbors ratio and minimum number of neighbors for the heuristic when used in a local search operator (see local_search_operators.use_global_cheapest_insertion_path_lns and local_search_operators.use_global_cheapest_insertion_chain_lns below).
clearCheckSolutionPeriod() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the behavior of local search.
clearChristofidesUseMinimumMatching() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true use minimum matching instead of minimal matching in the Christofides algorithm.
clearCircuit() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
clearClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
Clause activity parameters (same effect as the one on the variables).
clearClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters.Builder
All the clauses with a LBD (literal blocks distance) lower or equal to this parameters will always be kept.
clearClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
clearClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
Trigger a cleanup when this number of "deletable" clauses is learned.
clearClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
clearClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
During a cleanup, we will always keep that number of "deletable" clauses.
clearCoefficient() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
Must be finite.
clearCoefficient() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
clearCoefficient() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Must be finite.
clearCoeffs() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
repeated int64 coeffs = 4;
clearCoeffs() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
Same size as vars.
clearCoeffs() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int64 coeffs = 2;
clearCompressTrail() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
This parameter indicates if the solver should compress the trail during the search.
clearConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
optional double constant = 2;
clearConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
The constraint activated by the indicator variable.
clearConstraint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
clearConstraint() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
clearConstraintOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
clearConstraints() - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
clearContinuousSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
clearConvertIntervals() - Method in class com.google.ortools.sat.SatParameters.Builder
Temporary flag util the feature is more mature.
clearCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether or not the assumption levels are taken into account during the LBD computation.
clearCoverOptimization() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, when the max-sat algo find a core, we compute the minimal number of literals in the core that needs to be true to have a feasible solution.
clearCpModelMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters.Builder
If positive, try to stop just after that many presolve rules have been applied.
clearCpModelPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters.Builder
Advanced usage.
clearCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we presolve the cp_model before solving it.
clearCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
How much effort do we spend on probing.
clearCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we also use the sat presolve when cp_model_presolve is true.
clearCumulative() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
bool cumulative = 6;
clearCumulative() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
clearCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double cut_active_count_decay = 156 [default = 0.8];
clearCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
Target number of constraints to remove during cleanup.
clearCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters.Builder
These parameters are similar to sat clause management activity parameters.
clearCycleSizes() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
repeated int32 cycle_sizes = 2;
clearDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters.Builder
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
clearDemands() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
clearDemands() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
constants, can be negative.
clearDemands() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
Experimental.
clearDeterministicTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
double deterministic_time = 17;
clearDiffnUseCumulative() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the propagation of the diffn constraint.
clearDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, it disable all constraint expansion.
clearDisableSolve() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool disable_solve = 15;
clearDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, registers more lns subsolvers with different parameters.
clearDomain() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
If non-empty, only look for an objective value in the given domain.
clearDomain() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
clearDomain() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int64 domain = 3;
clearDomainReductionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
clearDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for dual feasibility.
clearDualValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
clearElement() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The element constraint forces the variable with the given index to be equal to the target.
clearEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
If this is set, then EnableOutput() will be set on the internal MPSolver that solves the model.
clearEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
int32 end = 2;
clearEndView() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto end_view = 5;
clearEnforcementLiteral() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The constraint will be enforced iff all literals listed here are true.
clearEntries() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
repeated int32 entries = 3;
clearEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we enumerate all solutions of a problem without objective.
clearExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The exactly_one constraint force exactly one literal to true and no more.
clearExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, expand all_different constraints that are not permutations.
clearExpandAutomatonConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the automaton constraints are expanded.
clearExpandElementConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the element constraints are expanded into many linear constraints of the form (index == i) => (element[i] == target).
clearExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, expand the reservoir constraints by creating booleans for all possible precedences between event and encoding the constraint.
clearExpandTableConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the positive table constraints are expanded.
clearExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
If true and the Lp relaxation of the problem has a solution, try to exploit it.
clearExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
When branching on a variable, follow the last best solution value.
clearExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
If true and the Lp relaxation of the problem has an integer optimal solution, try to exploit it.
clearExploitObjective() - Method in class com.google.ortools.sat.SatParameters.Builder
When branching an a variable that directly affect the objective, branch on the value that lead to the best objective first.
clearExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
When branching on a variable, follow the last best relaxation solution value.
clearExprs() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
clearFailures() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
int64 failures = 3;
clearFDirect() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_direct = 1;
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.SatParameters.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
clearFillLogsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether logs should be stored in the response proto.
clearFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, add information about the derived variable domains to the CpSolverResponse.
clearFinalStates() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 final_states = 3;
clearFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we try to find more independent cores for a given set of assumptions in the core based max-SAT algorithms.
clearFInverse() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_inverse = 2;
clearFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
First solution strategies, used as starting point of local search.
clearFpRounding() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
clearGeneralConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
clearGeneralConstraint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
clearGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double glucose_decay_increment = 23 [default = 0.01];
clearGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 glucose_decay_increment_period = 24 [default = 5000];
clearGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until 0.95.
clearGuidedLocalSearchLambdaCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
These are advanced settings which should not be modified unless you know what you are doing.
clearHeads() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 heads = 4;
clearHeads() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 heads = 2;
clearHeuristicCloseNodesLnsNumNodes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Number of closest nodes to consider for each node during the destruction phase of the FilteredHeuristicCloseNodesLNSOperator.
clearHeuristicExpensiveChainLnsNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Number of expensive arcs to consider cutting in the FilteredHeuristicExpensiveChainLNSOperator operator.
clearHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
Conflict limit used in the phase that exploit the solution hint.
clearHints() - Method in class com.google.ortools.sat.CpModel
Remove all solution hints
clearIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
clearImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
The improvement search limit is added to the solver if the following parameters are set.
clearImprovementRateCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
Parameter that regulates exchange rate between objective improvement and number of neighbors spent.
clearImprovementRateSolutionsDistance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
Parameter that specifies the distance between improvements taken into consideration for calculating the improvement rate.
clearIndex() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
int32 index = 1;
clearIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
clearInitialPolarity() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
clearInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters.Builder
The initial value of the variables activity.
clearInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the solver will add a default integer branching strategy to the already defined search strategy.
clearIntDiv() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_div constraint forces the target to equal vars[0] / vars[1].
clearInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 interleave_batch_size = 134 [default = 1];
clearInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
Experimental.
clearInterval() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The interval constraint takes a start, end, and size, and forces start + size == end.
clearIntervals() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
repeated int32 intervals = 2;
clearIntervals() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
repeated int32 intervals = 1;
clearIntMax() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_max constraint forces the target to equal the maximum of all variables.
clearIntMin() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_min constraint forces the target to equal the minimum of all variables.
clearIntMod() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_mod constraint forces the target to equal vars[0] % vars[1].
clearIntProd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_prod constraint forces the target to equal the product of all variables.
clearInverse() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
clearIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
True if the variable is constrained to be integer.
clearIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
[Advanced usage: do not use this if you don't know what you're doing.] A lazy constraint is handled differently by the core solving engine, but it does not change the result.
clearKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we disable the presolve reductions that remove feasible solutions from the search space.
clearLinear() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
clearLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
A non-negative level indicating the type of constraints we consider in the LP relaxation.
clearLinMax() - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_max = 27;
clearLinMin() - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_min = 28;
clearLiterals() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
repeated int32 literals = 1;
clearLiterals() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 literals = 5;
clearLiterals() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 literals = 3;
clearLnsExpandIntervalsInConstraintGraph() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool lns_expand_intervals_in_constraint_graph = 184 [default = true];
clearLnsFocusOnDecisionVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool lns_focus_on_decision_variables = 105 [default = false];
clearLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the completion search for each local search neighbor.
clearLocalSearchMetaheuristic() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Local search metaheuristics used to guide the search.
clearLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
ClearLocalSearchState() - Method in class com.google.ortools.constraintsolver.Solver
Clears the local search state.
clearLogCostOffset() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
double log_cost_offset = 29;
clearLogCostScalingFactor() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
In logs, cost values will be scaled and offset by the given values in the following way: log_cost_scaling_factor * (cost + log_cost_offset)
clearLogs() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Optional logs of the solver.
clearLogSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
--- Miscellaneous --- Some of these are advanced settings which should not be modified unless you know what you are doing.
clearLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether the solver should log the search progress to LOG(INFO).
clearLogTag() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
In logs, this tag will be appended to each line corresponding to a new solution.
clearLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
lower_bound must be <= upper_bound.
clearLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
lower_bound must be <= upper_bound.
clearLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
lower_bound must be <= upper_bound.
clearLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Algorithm to solve linear programs.
clearMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters.Builder
Cut generator for all diffs can add too many cuts for large all_diff constraints.
clearMaxCallbackCacheSize() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Cache callback calls if the number of nodes in the model is less or equal to this value.
clearMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double max_clause_activity_value = 18 [default = 1e+20];
clearMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters.Builder
If a constraint/cut in LP is not active for that many consecutive OPTIMAL solves, remove it from the LP.
clearMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = max(var_1, var_2, ..., constant)
clearMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
Max number of time we perform cut generation and resolve the LP at level 0.
clearMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum time allowed in deterministic time to solve a problem.
clearMaxEdgeFinderSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
int32 max_edge_finder_size = 109;
clearMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
True if the problem is a maximization problem.
clearMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
In the integer rounding procedure used for MIR and Gomory cut, the maximum "scaling" we use (must be positive).
clearMaxLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
int64 max_level = 2;
clearMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum memory allowed for the whole thread containing the solver.
clearMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum number of conflicts allowed to solve a problem.
clearMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
The limit on the number of cuts in our cut pool.
clearMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
In case of large reduction in a presolve iteration, we perform multiple presolve iterations.
clearMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
clearMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, adds the assumption in the reverse order of the one defined by max_sat_assumption_order.
clearMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
clearMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum time allowed in seconds to solve a problem.
clearMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double max_variable_activity_value = 16 [default = 1e+100];
clearMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
clearMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
During presolve, we use a maximum clique heuristic to merge together no-overlap constraints or at most one constraints.
clearMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = min(var_1, var_2, ..., constant)
clearMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
clearMinimizeCore() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we use a simple heuristic to try to minimize an UNSAT core.
clearMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
A different algorithm during PB resolution.
clearMinimizeWithPropagationNumDecisions() - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
clearMinimizeWithPropagationRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
Parameters for an heuristic similar to the one descibed in "An effective learnt clause minimization approach for CDCL Sat Solvers", https://www.ijcai.org/proceedings/2017/0098.pdf For now, we have a somewhat simpler implementation where every x restart we spend y decisions on clause minimization.
clearMinLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
int64 min_level = 1;
clearMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
While adding constraints, skip the constraints which have orthogonality less than 'min_orthogonality_for_lp_constraints' with already added constraints during current call.
clearMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, some continuous variable might be automatially scaled.
clearMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
As explained in mip_precision and mip_max_activity_exponent, we cannot always reach the wanted precision during scaling.
clearMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters.Builder
To avoid integer overflow, we always force the maximum possible constraint activity (and objective value) according to the initial variable domain to be smaller than 2 to this given power.
clearMipMaxBound() - Method in class com.google.ortools.sat.SatParameters.Builder
We need to bound the maximum magnitude of the variables for CP-SAT, and that is the bound we use.
clearMipVarScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
All continuous variable of the problem will be multiplied by this factor.
clearMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
When scaling constraint with double coefficients to integer coefficients, we will multiply by a power of 2 and round the coefficients.
clearMixedIntegerSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
clearModel() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
The model to be optimized by the server.
clearModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage: model "delta".
clearMultiArmedBanditCompoundOperatorExplorationCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Positive parameter defining the exploration coefficient of the multi-armed bandit compound operator.
clearMultiArmedBanditCompoundOperatorMemoryCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Memory coefficient related to the multi-armed bandit compound operator.
clearName() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
The name of the constraint.
clearName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
The name of the constraint.
clearName() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Name of the model.
clearName() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
The name of the variable.
clearName() - Method in class com.google.ortools.sat.ConstraintProto.Builder
For debug/logging only.
clearName() - Method in class com.google.ortools.sat.CpModelProto.Builder
For debug/logging only.
clearName() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
For debug/logging only.
clearName() - Method in class com.google.ortools.sat.SatParameters.Builder
In some context, like in a portfolio of search, it makes sense to name a given parameters set for logging purpose.
clearNameAllVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Should anonymous variables be given a name.
clearNameCastVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Create names for cast variables.
clearNegated() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
If true, the meaning is "negated", that is we forbid any of the given tuple from a feasible assignment.
clearNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
Add that many lazy constraints (or cuts) at once in the LP.
clearNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
clearNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap_2d constraint prevents a set of boxes from overlapping.
clearNumberOfSolutionsToCollect() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Number of solutions to collect during the search.
clearNumBinaryPropagations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_binary_propagations = 13;
clearNumBooleans() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Some statistics about the solve.
clearNumBranches() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_branches = 12;
clearNumCols() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
int32 num_cols = 2;
clearNumConflicts() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_conflicts = 11;
clearNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters.Builder
After each restart, if the number of conflict since the last strategy change is greater that this, then we increment a "strategy_counter" that can be use to change the search strategy used by the following restarts.
clearNumIntegerPropagations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_integer_propagations = 14;
clearNumLpIterations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_lp_iterations = 25;
clearNumRestarts() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_restarts = 24;
clearNumRows() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
int32 num_rows = 1;
clearNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
Specify the number of parallel workers to use during search.
clearObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
The objective to minimize.
ClearObjective() - Method in class com.google.ortools.constraintsolver.Assignment
 
clearObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
The coefficient of the variable in the objective.
clearObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Offset for the objective function.
clearObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Objective value corresponding to the "variable_value" below, taking into account the source "objective_offset" and "objective_coefficient".
clearObjectiveValue() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Only make sense for an optimization problem.
clearOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
The displayed objective is always: scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
clearOffset() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
int64 offset = 2;
clearOffset() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
int64 offset = 3;
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.SatParameters.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
clearOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
For the cut that can be generated at any level, this control if we only try to generate them at the root node.
clearOptimizationStep() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Minimum step by which the solution must be improved in local search.
clearOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters.Builder
The default optimization method is a simple "linear scan", each time trying to find a better solution than the previous one.
clearOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters.Builder
This has no effect if optimize_with_core is false.
clearOrbitopes() - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
clearOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "or" constraints must be Boolean.
clearPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
Same as for the clauses, but for the learned pseudo-Boolean constraints.
clearPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double pb_cleanup_ratio = 47 [default = 0.5];
clearPermutations() - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
clearPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool permute_presolve_constraint_order = 179 [default = false];
clearPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters.Builder
This is mainly here to test the solver variability.
clearPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
If non-zero, then we change the polarity heuristic after that many number of conflicts in an arithmetically increasing fashion.
clearPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we try to do a few degenerate iteration at the end of an LP solve to minimize the fractionality of the integer variable in the basis.
clearPositiveCoeff() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
int64 positive_coeff = 3;
clearPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
clearPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Gurobi and SCIP enable presolve by default.
clearPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we use an heuristic to detect some basic case of blocked clause in the SAT presolve.
clearPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced by stricly more than this threshold.
clearPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters.Builder
During presolve, we apply BVE only if this weight times the number of clauses plus the number of clause literals is not increased.
clearPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
During presolve, only try to perform the bounded variable elimination (BVE) of a variable x if the number of occurrences of x times the number of occurrences of not(x) is not greater than this parameter.
clearPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we will extract from linear constraints, enforcement literals of the form "integer variable at bound => simplified constraint".
clearPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
The maximum "deterministic" time limit to spend in probing.
clearPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
How much substitution (also called free variable aggregation in MIP litterature) should we perform at presolve.
clearPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
clearPrimalIntegral() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
double primal_integral = 22;
clearPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
clearPrintAddedConstraints() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Print added constraints.
clearPrintLocalSearchProfile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Print local search profiling data after solving.
clearPrintModel() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Print the model before solving.
clearPrintModelStats() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Print model statistics before solving.
clearProbingPeriodAtRoot() - Method in class com.google.ortools.sat.SatParameters.Builder
If set at zero (the default), it is disabled.
clearProfileFile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Export propagation profiling data to file.
clearProfileLocalSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Activate local search profiling.
clearProfilePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Activate propagation profiling.
clearPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
The solver ignores the pseudo costs of variables with number of recordings less than this threshold.
clearQcoefficient() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
clearQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
clearQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Optionally, a quadratic objective.
clearQvar1Index() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
clearQvar1Index() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
clearQvar2Index() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
repeated int32 qvar2_index = 4;
clearQvar2Index() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
repeated int32 qvar2_index = 2;
clearRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
A number between 0 and 1 that indicates the proportion of branching variables that are selected randomly instead of choosing the first variable from the given variable_ordering strategy.
clearRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
Randomize fixed search.
clearRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
The proportion of polarity chosen at random.
clearRandomSeed() - Method in class com.google.ortools.sat.SatParameters.Builder
At the beginning of each solve, the random number generator used in some part of the solver is reinitialized to this seed.
clearReducedCost() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
clearReduceMemoryUsageInInterleaveMode() - Method in class com.google.ortools.sat.SatParameters.Builder
Temporary parameter until the memory usage is more optimized.
clearReduceVehicleCostModel() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Advanced settings.
clearRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double relative_gap_limit = 160 [default = 0];
clearRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
The solver stops if the relative MIP gap reaches this value or below.
clearRelocateExpensiveChainNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Number of expensive arcs to consider cutting in the RelocateExpensiveChain neighborhood operator (see LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
clearRepairHint() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the solver tries to repair the solution given in the hint.
clearReservoir() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
clearRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters.Builder
The restart strategies will change each time the strategy_counter is increased.
clearRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
In the moving average restart algorithms, a restart is triggered if the window average times this ratio is greater that the global average.
clearRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double restart_lbd_average_ratio = 71 [default = 1];
clearRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
Restart period for the FIXED_RESTART strategy.
clearRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
Size of the window for the moving average restarts.
clearResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
optional int32 resultant_var_index = 2;
clearResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
optional int32 resultant_var_index = 2;
clearResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
optional int32 resultant_var_index = 3;
clearRoutes() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The routes constraint implements the vehicle routing problem.
clearSavingsAddReverseArcs() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Add savings related to reverse arcs when finding the nearest neighbors of the nodes.
clearSavingsArcCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Coefficient of the cost of the arc for which the saving value is being computed: Saving(a-->b) = Cost(a-->end) + Cost(start-->b) - savings_arc_coefficient * Cost(a-->b) This parameter must be greater than 0, and its default value is 1.
clearSavingsMaxMemoryUsageBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
The number of neighbors considered for each node in the Savings heuristic is chosen so that the space used to store the savings doesn't exceed savings_max_memory_usage_bytes, which must be in ]0, 1e10].
clearSavingsNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Parameters specific to the Savings first solution heuristic.
clearSavingsParallelRoutes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
When true, the routes are built in parallel, sequentially otherwise.
clearScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Enable automatic scaling of matrix coefficients and objective.
clearScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
double scaling_factor = 3;
clearSearchBranching() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
clearSearchRandomizationTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
Search randomization will collect equivalent 'max valued' variables, and pick one randomly.
clearSearchStrategy() - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
clearShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
Allows sharing of the bounds of modified variables at level 0.
clearShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
Allows objective sharing between workers.
clearSize() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
int32 size = 3;
clearSizeView() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto size_view = 6;
clearSkipLocallyOptimalPaths() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Skip locally optimal pairs of paths in PathOperators.
clearSmartTimeCheck() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
bool smart_time_check = 5;
clearSolution() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A feasible solution to the given problem.
clearSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Solution hint.
clearSolutionHint() - Method in class com.google.ortools.sat.CpModelProto.Builder
Solution hint.
clearSolutionInfo() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Additional information about how the solution was found.
clearSolutionLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-- Search limits -- Limit to the number of solutions generated during the search.
clearSolutionLowerBounds() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
clearSolutions() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
int64 solutions = 4;
clearSolutionUpperBounds() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
repeated int64 solution_upper_bounds = 19;
clearSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Parameters to use in the underlying constraint solver.
clearSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage.
clearSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Maximum time to be spent by the solver to solve 'model'.
clearSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
optional .operations_research.MPModelRequest.SolverType solver_type = 2;
clearSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPSosConstraint sos_constraint = 3;
clearStart() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
int32 start = 1;
clearStartingState() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
A state is identified by a non-negative number.
clearStartView() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
EXPERIMENTAL: This will become the new way to specify an interval.
clearStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Result of the optimization.
clearStatus() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
The status of the solve.
clearStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Human-readable string giving more details about the status.
clearStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
For an optimization problem, stop the solver as soon as we have a solution.
clearStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
Mainly used when improving the presolver.
clearStoreNames() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
This parameters indicates if the solver should store the names of the objets it manages.
clearStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
The parameter num_conflicts_before_strategy_changes is increased by that much after each strategy change.
clearSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters.Builder
At a really low cost, during the 1-UIP conflict computation, it is easy to detect if some of the involved reasons are subsumed by the current conflict.
clearSufficientAssumptionsForInfeasibility() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A subset of the model "assumptions" field.
clearSupport() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
Each cycle is listed one after the other in the support field.
clearSymmetry() - Method in class com.google.ortools.sat.CpModelProto.Builder
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
clearSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we try to automatically detect the symmetries in a model and exploit them.
clearTable() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The table constraint enforces what values a tuple of variables may take.
clearTails() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 tails = 3;
clearTails() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 tails = 1;
clearTarget() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
int32 target = 2;
clearTarget() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
int32 target = 1;
clearTarget() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
.operations_research.sat.LinearExpressionProto target = 1;
clearTightenedVariables() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
clearTime() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
TODO(user): Specify the time units or switch to google.Duration proto.
clearTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the search.
clearTimes() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
variables.
clearTracePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Activate propagate tracing.
clearTraceSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Trace search.
clearTrailBlockSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
This parameter indicates the default size of a block of the trail.
clearTransformations() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
clearTransitionHead() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_head = 5;
clearTransitionLabel() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_label = 6;
clearTransitionTail() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
List of transitions (all 3 vectors have the same size).
clearTreatBinaryClausesSeparately() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the binary clauses are treated separately from the others.
clearType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
clearUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
optional double upper_bound = 3 [default = inf];
clearUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
optional double upper_bound = 7 [default = inf];
clearUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
optional double upper_bound = 2 [default = inf];
clearUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool use_absl_random = 180 [default = false];
clearUseAllPossibleDisjunctions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool use_all_possible_disjunctions = 108;
clearUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters.Builder
Block a moving restart algorithm if the trail size of the current conflict is greater than the multiplier times the moving average of the trail size at the previous conflicts.
clearUseBranchingInLp() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the solver attemts to generate more info inside lp propagator by branching on some variables if certain criteria are met during the search tree exploration.
clearUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
This can be beneficial if there is a lot of no-overlap constraints but a relatively low number of different intervals in the problem.
clearUseCp() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, use the CP solver to find a solution.
clearUseCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, use the CP-SAT solver to find a solution.
clearUseCross() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which cross exchanges the starting chains of 2 paths, including exchanging the whole paths.
clearUseCrossExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Not implemented yet.
clearUseCumulativeEdgeFinder() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the propagation of the cumulative constraint.
clearUseCumulativeTimeTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool use_cumulative_time_table = 106;
clearUseCumulativeTimeTableSync() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool use_cumulative_time_table_sync = 112;
clearUseDepthFirstSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
--- Search control --- If true, the solver should use depth-first search rather than local search to solve the problem.
clearUseDisjunctiveConstraintInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, the cumulative constraint is reinforced with propagators from the disjunctive constraint to improve the inference on a set of tasks that are disjunctive at the root of the problem.
clearUseElementRmq() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the implementation of the element constraint.
clearUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as described in "Learning Rate Based Branching Heuristic for SAT solvers", J.H.Liang, V.
clearUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters.Builder
The solver usually exploit the LP relaxation of a model.
clearUseExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges the positions of two nodes.
clearUseExchangePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges the positions of two pair of nodes.
clearUseExchangeSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges subtrips associated to two pairs of nodes, see use_relocate_subtrip for a definition of subtrips.
clearUseExtendedSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes an inactive node active and an active one inactive.
clearUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters.Builder
Adds a feasibility pump subsolver along with lns subsolvers.
clearUseFullPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relaxes one entire path and all unactive nodes.
clearUseFullPropagation() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
--- Propagation control --- These are advanced settings which should not be modified unless you know what you are doing.
clearUseGlobalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
The following operator makes a node and its heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along with each of their corresponding performed pickup/delivery pairs, and then reinserts them using the GlobalCheapestInsertion heuristic.
clearUseGlobalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider most expensive arcs on a route, makes the nodes in between pairs of these expensive arcs unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
clearUseGlobalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- LNS-like large neighborhood search operators using heuristics --- Operator which makes all nodes on a route unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
clearUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
Stores and exploits "implied-bounds" in the solver.
clearUseInactiveLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relaxes all inactive nodes and one sub-chain of six consecutive arcs.
clearUseLightRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves a pair of pickup and delivery nodes after another pair.
clearUseLinKernighan() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Lin-Kernighan operator.
clearUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters.Builder
LNS parameters.
clearUseLocalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above, but insertion positions for nodes are determined by the LocalCheapestInsertion heuristic.
clearUseLocalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above but using LocalCheapestInsertion as a heuristic for insertion.
clearUseLocalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above but using LocalCheapestInsertion as a heuristic.
clearUseMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Operators on inactive nodes --- Operator which inserts an inactive node into a path.
clearUseMakeChainInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes a "chain" of path nodes inactive.
clearUseMakeInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes path nodes inactive.
clearUseMultiArmedBanditConcatenateOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, the solver will use multi-armed bandit concatenate operators.
clearUseNodePairSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes an inactive node active and an active pair of nodes inactive OR makes an inactive pair of nodes active and an active node inactive.
clearUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters.Builder
For an optimization problem, whether we follow some hints in order to find a better first solution.
clearUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we automatically detect variables whose constraint are always enforced by the same literal and we mark them as optional.
clearUseOrOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves sub-chains of a path of length 1, 2 and 3 to another position in the same path.
clearUseOverloadCheckerInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, the cumulative constraint is reinforced with overload checking, i.e., an additional level of reasoning based on energy.
clearUsePathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Large neighborhood search operators --- Operator which relaxes two sub-chains of three consecutive arcs each.
clearUsePbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether to use pseudo-Boolean resolution to analyze a conflict.
clearUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters.Builder
If this is true, then the polarity of a variable will be the last value it was assigned to, or its default polarity if it was never assigned since the call to ResetDecisionHeuristic().
clearUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, then a disjunctive constraint will try to use the precedence relations between time intervals to propagate their bounds further.
clearUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, search will continuously probe Boolean variables, and integer variable bounds.
clearUseRelaxationLns() - Method in class com.google.ortools.sat.SatParameters.Builder
Turns on a lns worker which solves relaxed version of the original problem by removing constraints from the problem in order to get better bounds.
clearUseRelocate() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Inter-route operators --- Operator which moves a single node to another position.
clearUseRelocateAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relocates a node while making an inactive one active.
clearUseRelocateExpensiveChain() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which detects the relocate_expensive_chain_num_arcs_to_consider most expensive arcs on a path, and moves the chain resulting from cutting pairs of arcs among these to another position.
clearUseRelocateNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Relocate neighborhood which moves chains of neighbors.
clearUseRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves a pair of pickup and delivery nodes to another position where the first node of the pair must be before the second node on the same path.
clearUseRelocatePathGlobalCheapestInsertionInsertUnperformed() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
The following operator relocates an entire route to an empty path and then tries to insert the unperformed nodes using the global cheapest insertion heuristic.
clearUseRelocateSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Relocate neighborhood that moves subpaths all pickup and delivery pairs have both pickup and delivery inside the subpath or both outside the subpath.
clearUseRinsLns() - Method in class com.google.ortools.sat.SatParameters.Builder
Turns on relaxation induced neighborhood generator.
clearUserTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
double user_time = 16;
clearUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool use_sat_inprocessing = 163 [default = false];
clearUseSequenceHighDemandTasks() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool use_sequence_high_demand_tasks = 107;
clearUseSmallTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the implementation of the table constraint.
clearUseSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which replaces an active node by an inactive one.
clearUseTimetableEdgeFindingInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, the cumulative constraint is reinforced with timetable edge finding, i.e., an additional level of reasoning based on the conjunction of energy and mandatory parts.
clearUseTspLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
TSP-base LNS.
clearUseTspOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Sliding TSP operator.
clearUseTwoOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Intra-route operators --- Operator which reverves a sub-chain of a path.
clearUseUnfilteredFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
--- Advanced first solutions strategy settings --- Don't touch these unless you know what you are doing.
clearValue() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
optional double value = 1;
clearValues() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int64 values = 2;
clearValues() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int64 values = 2;
clearVar() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
int32 var = 1;
clearVariable() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
clearVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
Each time a conflict is found, the activities of some variables are increased by one.
clearVariableOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
clearVariables() - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
clearVariables() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
The variables to be considered for the next decision.
clearVariableSelectionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
clearVariableValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Variable values in the same order as the MPModelProto::variable field.
clearVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
clearVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
clearVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
clearVarIndex() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
var_index[i] is the variable index (w.r.t.
clearVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
Variable index (w.r.t.
clearVarIndex() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
clearVarIndex() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Variable index (w.r.t.
clearVarIndex() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated int32 var_index = 1 [packed = true];
clearVars() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated int32 vars = 1;
clearVars() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of variables.
clearVars() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
The linear terms of the objective to minimize.
clearVars() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated int32 vars = 3;
clearVars() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
repeated int32 vars = 2;
clearVars() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int32 vars = 1;
clearVars() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int32 vars = 1;
clearVars() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int32 vars = 1;
clearVars() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int32 vars = 1;
clearVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
Value the above variable should take.
clearVarValue() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated double var_value = 2 [packed = true];
clearWallTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
double wall_time = 15;
clearWeight() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Optional: SOS weights.
clearXIntervals() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
repeated int32 x_intervals = 1;
clearYIntervals() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
Same size as x_intervals.
clone() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
clone() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
clone() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
clone() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
clone() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
clone() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
clone() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
clone() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
clone() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
clone() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
clone() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
clone() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
clone() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
clone() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
clone() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
clone() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
clone() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.CpModelProto.Builder
 
clone() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
clone() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
clone() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
clone() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
clone() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
clone() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
clone() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
clone() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
clone() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
clone() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
clone() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
clone() - Method in class com.google.ortools.sat.SatParameters.Builder
 
clone() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
clone() - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
clone() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
closeModel() - Method in class com.google.ortools.constraintsolver.RoutingModel
Closes the current routing model; after this method is called, no
modification to the model can be done, but RoutesToAssignment becomes
available.
closeModelWithParameters(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
Same as above taking search parameters (as of 10/2015 some the parameters
have to be set when closing the model).
closeVisitTypes() - Method in class com.google.ortools.constraintsolver.RoutingModel
This function should be called once all node visit types have been set and
prior to adding any incompatibilities/requirements.
"close" types.
CLP_LINEAR_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
CLP_LINEAR_PROGRAMMING = 0;
CLP_LINEAR_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
CLP_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
CLP_LINEAR_PROGRAMMING = 0;
COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
 
COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticObjective
 
COEFFS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
 
COEFFS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearConstraintProto
 
COEFFS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearExpressionProto
 
com.google.ortools - package com.google.ortools
 
com.google.ortools.algorithms - package com.google.ortools.algorithms
 
com.google.ortools.constraintsolver - package com.google.ortools.constraintsolver
 
com.google.ortools.graph - package com.google.ortools.graph
 
com.google.ortools.linearsolver - package com.google.ortools.linearsolver
 
com.google.ortools.sat - package com.google.ortools.sat
 
com.google.ortools.util - package com.google.ortools.util
 
Commit(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
Dual of Relax(), lets the filter know that the delta was accepted.
compactAndCheckAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
Same as CompactAssignment() but also checks the validity of the final
compact solution; if it is not valid, no attempts to repair it are made
(instead, the method returns nullptr).
compactAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
Converts the solution in the given assignment to routes for all vehicles.
If the returned vector is route_indices, route_indices[i][j] is the index
for jth location visited on route i.
complement() - Method in class com.google.ortools.util.Domain
Returns the set Int64 ∖ D.
compose(DecisionBuilder[]) - Method in class com.google.ortools.constraintsolver.Solver
 
compose(DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
Creates a decision builder which sequentially composes decision builders.
At each leaf of a decision builder, the next decision builder is therefore
called.
compose(DecisionBuilder, DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
compose(DecisionBuilder, DecisionBuilder, DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
COMPRESS_TRAIL_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
COMPRESS_WITH_ZLIB - com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
COMPRESS_WITH_ZLIB = 1;
COMPRESS_WITH_ZLIB_VALUE - Static variable in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
COMPRESS_WITH_ZLIB = 1;
computeConstraintActivities() - Method in class com.google.ortools.linearsolver.MPSolver
Advanced usage: compute the "activities" of all constraints, which are the
sums of their linear terms.
computeExactConditionNumber() - Method in class com.google.ortools.linearsolver.MPSolver
Advanced usage: computes the exact condition number of the current scaled
basis: L1norm(B) * L1norm(inverse(B)), where B is the scaled basis.

This method requires that a basis exists: it should be called after Solve.
It is only available for continuous problems.
computeLowerBound() - Method in class com.google.ortools.constraintsolver.RoutingModel
Computes a lower bound to the routing problem solving a linear assignment
problem.
concatenateOperators(LocalSearchOperator[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a local search operator which concatenates a vector of operators.
Each operator from the vector is called sequentially.
concatenateOperators(LocalSearchOperator[], boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
concatenateOperators(LocalSearchOperator[], IntIntToLongFunction) - Method in class com.google.ortools.constraintsolver.Solver
 
ConsiderAlternatives(long) - Method in class com.google.ortools.constraintsolver.PathOperator
Indicates if alternatives should be considered when iterating over base
nodes.
ConsiderEmptyRouteCostsForVehicle(boolean, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
CONST_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
CONST_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
CONSTANT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
Constraint - Class in com.google.ortools.constraintsolver
A constraint is the main modeling object.
Constraint - Class in com.google.ortools.sat
Wrapper around a ConstraintProto.
Constraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Constraint
 
Constraint(CpModelProto.Builder) - Constructor for class com.google.ortools.sat.Constraint
 
Constraint_accept(long, Constraint, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
Constraint_initialPropagate(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Constraint_isCastConstraint(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
CONSTRAINT_NOT_SET - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
CONSTRAINT_OVERRIDES_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelDeltaProto
 
Constraint_post(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Constraint_postAndPropagate(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Constraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Constraint_toString(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Constraint_var(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ConstraintProto - Class in com.google.ortools.sat
Next id: 30
ConstraintProto.Builder - Class in com.google.ortools.sat
Next id: 30
ConstraintProto.ConstraintCase - Enum in com.google.ortools.sat
 
ConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
constraints() - Method in class com.google.ortools.constraintsolver.Solver
Counts the number of constraints that have been added
to the solver before the search.
constraints() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the array of constraints handled by the MPSolver.

They are listed in the order in which they were created.
CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
ConstraintSolverParameters - Class in com.google.ortools.constraintsolver
Solver parameters.
ConstraintSolverParameters.Builder - Class in com.google.ortools.constraintsolver
Solver parameters.
ConstraintSolverParameters.TrailCompression - Enum in com.google.ortools.constraintsolver
Internal parameters of the solver.
ConstraintSolverParametersOrBuilder - Interface in com.google.ortools.constraintsolver
 
contains(int[]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
contains(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
contains(long) - Method in class com.google.ortools.constraintsolver.IntVar
This method returns whether the value 'v' is in the domain of the
variable.
contains(long) - Method in class com.google.ortools.util.Domain
Returns true iff value is in Domain.
contains(long[]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
contains(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
contains(IntervalVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
contains(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
contains(IntVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
contains(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
contains(SequenceVar) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
containsConstraintOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Constraints can be changed (or added) in the same way as variables, see above.
containsConstraintOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
Constraints can be changed (or added) in the same way as variables, see above.
containsConstraintOverrides(int) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
Constraints can be changed (or added) in the same way as variables, see above.
containsVariableOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
containsVariableOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
containsVariableOverrides(int) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
CONTINUOUS_SCHEDULING_SOLVER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
CONVERT_INTERVALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
copy(Assignment) - Method in class com.google.ortools.constraintsolver.Assignment
Copies 'assignment' to the current assignment, clearing its previous
content.
copy(AssignmentIntContainer) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
Copies all the elements of 'container' to this container, clearing its
previous content.
copy(AssignmentIntervalContainer) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
Copies all the elements of 'container' to this container, clearing its
previous content.
copy(AssignmentSequenceContainer) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
Copies all the elements of 'container' to this container, clearing its
previous content.
copy(IntervalVarElement) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
copy(IntVarElement) - Method in class com.google.ortools.constraintsolver.IntVarElement
 
copy(SearchLimit) - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
copy(SearchLimit) - Method in class com.google.ortools.constraintsolver.RegularLimit
 
copy(SearchLimit) - Method in class com.google.ortools.constraintsolver.SearchLimit
Copy a limit.
copy(SequenceVarElement) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
copyIntersection(Assignment) - Method in class com.google.ortools.constraintsolver.Assignment
Copies the intersection of the two assignments to the current assignment.
copyIntersection(AssignmentIntContainer) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
Copies the elements of 'container' which are already in the calling
container.
copyIntersection(AssignmentIntervalContainer) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
Copies the elements of 'container' which are already in the calling
container.
copyIntersection(AssignmentSequenceContainer) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
Copies the elements of 'container' which are already in the calling
container.
costsAreHomogeneousAcrossVehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
Whether costs are homogeneous across all vehicles.
costVar() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the global cost variable which is being minimized.
COUNT_ASSUMPTION_LEVELS_IN_LBD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
COVER_OPTIMIZATION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CP_MODEL_MAX_NUM_PRESOLVE_OPERATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CP_MODEL_POSTSOLVE_WITH_FULL_SOLVER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CP_MODEL_PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CP_MODEL_PROBING_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CP_MODEL_USE_SAT_PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CP_SAT - com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
CP_SAT = 2;
CP_SAT_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
CP_SAT = 2;
CPFeasibilityFilter - Class in com.google.ortools.constraintsolver
This filter accepts deltas for which the assignment satisfies the
constraints of the Solver.
CPFeasibilityFilter(long, boolean) - Constructor for class com.google.ortools.constraintsolver.CPFeasibilityFilter
 
CPFeasibilityFilter(RoutingModel) - Constructor for class com.google.ortools.constraintsolver.CPFeasibilityFilter
 
CPFeasibilityFilter_accept(long, CPFeasibilityFilter, long, Assignment, long, Assignment, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
CPFeasibilityFilter_onSynchronize(long, CPFeasibilityFilter, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
CPFeasibilityFilter_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
CPFeasibilityFilter_toString(long, CPFeasibilityFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
CPLEX_LINEAR_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.
CPLEX_LINEAR_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
CPLEX_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.
CPLEX_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.
CPLEX_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
CPLEX_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.
CpModel - Class in com.google.ortools.sat
Main modeling class.
CpModel() - Constructor for class com.google.ortools.sat.CpModel
 
CpModel.MismatchedArrayLengths - Exception in com.google.ortools.sat
Exception thrown when parallel arrays have mismatched lengths.
CpModel.WrongLength - Exception in com.google.ortools.sat
Exception thrown when an array has a wrong length.
CpModelProto - Class in com.google.ortools.sat
A constraint programming problem.
CpModelProto.Builder - Class in com.google.ortools.sat
A constraint programming problem.
CpModelProtobuf - Class in com.google.ortools.sat
 
CpModelProtoOrBuilder - Interface in com.google.ortools.sat
 
CpObjectiveProto - Class in com.google.ortools.sat
Optimization objective.
CpObjectiveProto.Builder - Class in com.google.ortools.sat
Optimization objective.
CpObjectiveProtoOrBuilder - Interface in com.google.ortools.sat
 
CpRandomSeed() - Static method in class com.google.ortools.constraintsolver.main
 
CpRandomSeed() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
CpSolver - Class in com.google.ortools.sat
Wrapper around the SAT solver.
CpSolver() - Constructor for class com.google.ortools.sat.CpSolver
Main construction of the CpSolver class.
CpSolverResponse - Class in com.google.ortools.sat
The response returned by a solver trying to solve a CpModelProto.
CpSolverResponse.Builder - Class in com.google.ortools.sat
The response returned by a solver trying to solve a CpModelProto.
CpSolverResponseOrBuilder - Interface in com.google.ortools.sat
 
CpSolverSolutionCallback - Class in com.google.ortools.sat
Parent class to create a callback called at each solution.
CpSolverSolutionCallback() - Constructor for class com.google.ortools.sat.CpSolverSolutionCallback
 
CpSolverStatus - Enum in com.google.ortools.sat
The status returned by a solver trying to solve a CpModelProto.
createSolutionResponseProto() - Method in class com.google.ortools.linearsolver.MPSolver
Fills the solution found to a response proto and returns it.
createSolver(String) - Static method in class com.google.ortools.linearsolver.MPSolver
Recommended factory method to create a MPSolver instance, especially in
non C++ languages.

It returns a newly created solver instance if successful, or a nullptr
otherwise.
CROSS - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
First and last nodes are not moved.
Possible neighbors for the paths 1 -> 2 -> 3 -> 4 -> 5 and 6 -> 7 -> 8
(where (1, 5) and (6, 8) are first and last nodes of the paths and can
therefore not be moved):
1 -> [7] -> 3 -> 4 -> 5 6 -> [2] -> 8
1 -> [7] -> 4 -> 5 6 -> [2 -> 3] -> 8
1 -> [7] -> 5 6 -> [2 -> 3 -> 4] -> 8
CROSS_DATE - Static variable in class com.google.ortools.constraintsolver.Solver
STARTS_BEFORE and ENDS_AFTER at the same time, i.e.
crossed() - Method in class com.google.ortools.constraintsolver.SearchLimit
Returns true if the limit has been crossed.
CST_SUB_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
CST_SUB_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
CUMULATIVE - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
 
CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
CumulativeConstraintProto - Class in com.google.ortools.sat
The sum of the demands of the intervals at each interval point cannot exceed a capacity.
CumulativeConstraintProto.Builder - Class in com.google.ortools.sat
The sum of the demands of the intervals at each interval point cannot exceed a capacity.
CumulativeConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
cumuls() - Method in class com.google.ortools.constraintsolver.RoutingDimension
Like CumulVar(), TransitVar(), SlackVar() but return the whole variable
vectors instead (indexed by int64 var index).
cumulVar(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Get the cumul, transit and slack variables for the given node (given as
int64 var index).
currentlyInSolve() - Method in class com.google.ortools.constraintsolver.Solver
Returns true whether the current search has been
created using a Solve() call instead of a NewSearch one.
CUT_ACTIVE_COUNT_DECAY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CUT_CLEANUP_TARGET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CUT_MAX_ACTIVE_COUNT_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
CYCLE_SIZES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SparsePermutationProto
 

D

deactivate() - Method in class com.google.ortools.constraintsolver.AssignmentElement
 
deactivate(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
deactivate(long) - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 
deactivate(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
deactivate(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
deactivate(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
deactivateObjective() - Method in class com.google.ortools.constraintsolver.Assignment
 
debugOutputAssignment(Assignment, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Print some debugging information about an assignment, including the
feasible intervals of the CumulVar for dimension "dimension_to_print"
at each step of the routes.
If "dimension_to_print" is omitted, all dimensions will be printed.
Decision - Class in com.google.ortools.constraintsolver
A Decision represents a choice point in the search tree.
Decision() - Constructor for class com.google.ortools.constraintsolver.Decision
 
Decision(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Decision
 
Decision_accept(long, Decision, long, DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_acceptSwigExplicitDecision(long, Decision, long, DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_apply(long, Decision, long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_change_ownership(Decision, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_director_connect(Decision, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_refute(long, Decision, long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_toString(long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_toStringSwigExplicitDecision(long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder - Class in com.google.ortools.constraintsolver
A DecisionBuilder is responsible for creating the search tree.
DecisionBuilder() - Constructor for class com.google.ortools.constraintsolver.DecisionBuilder
 
DecisionBuilder(long, boolean) - Constructor for class com.google.ortools.constraintsolver.DecisionBuilder
 
DecisionBuilder_change_ownership(DecisionBuilder, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder_director_connect(DecisionBuilder, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder_nextWrap(long, DecisionBuilder, long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder_toString(long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder_toStringSwigExplicitDecisionBuilder(long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionStrategyProto - Class in com.google.ortools.sat
Define the strategy to follow when the solver needs to take a new decision.
DecisionStrategyProto.AffineTransformation - Class in com.google.ortools.sat
Advanced usage.
DecisionStrategyProto.AffineTransformation.Builder - Class in com.google.ortools.sat
Advanced usage.
DecisionStrategyProto.AffineTransformationOrBuilder - Interface in com.google.ortools.sat
 
DecisionStrategyProto.Builder - Class in com.google.ortools.sat
Define the strategy to follow when the solver needs to take a new decision.
DecisionStrategyProto.DomainReductionStrategy - Enum in com.google.ortools.sat
Once a variable has been chosen, this enum describe what decision is taken on its domain.
DecisionStrategyProto.VariableSelectionStrategy - Enum in com.google.ortools.sat
The order in which the variables above should be considered.
DecisionStrategyProtoOrBuilder - Interface in com.google.ortools.sat
 
DecisionVisitor - Class in com.google.ortools.constraintsolver
A DecisionVisitor is used to inspect a decision.
It contains virtual methods for all type of 'declared' decisions.
DecisionVisitor() - Constructor for class com.google.ortools.constraintsolver.DecisionVisitor
 
DecisionVisitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.DecisionVisitor
 
DecisionVisitor_change_ownership(DecisionVisitor, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_director_connect(DecisionVisitor, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitRankFirstInterval(long, DecisionVisitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitRankFirstIntervalSwigExplicitDecisionVisitor(long, DecisionVisitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitRankLastInterval(long, DecisionVisitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitRankLastIntervalSwigExplicitDecisionVisitor(long, DecisionVisitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitScheduleOrExpedite(long, DecisionVisitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitScheduleOrExpediteSwigExplicitDecisionVisitor(long, DecisionVisitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitScheduleOrPostpone(long, DecisionVisitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitScheduleOrPostponeSwigExplicitDecisionVisitor(long, DecisionVisitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitSetVariableValue(long, DecisionVisitor, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitSetVariableValueSwigExplicitDecisionVisitor(long, DecisionVisitor, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitSplitVariableDomain(long, DecisionVisitor, long, IntVar, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitSplitVariableDomainSwigExplicitDecisionVisitor(long, DecisionVisitor, long, IntVar, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitUnknownDecision(long, DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitUnknownDecisionSwigExplicitDecisionVisitor(long, DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DECREMENT - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which defines a neighborhood to decrement values.
The behavior is the same as INCREMENT, except values are decremented
instead of incremented.
DEFAULT_ASSUMPTION_ORDER - com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
DEFAULT_ASSUMPTION_ORDER = 0;
DEFAULT_ASSUMPTION_ORDER_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
DEFAULT_ASSUMPTION_ORDER = 0;
DEFAULT_RESTART_ALGORITHMS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
DefaultPhaseParameters - Class in com.google.ortools.constraintsolver
This struct holds all parameters for the default search.
DefaultPhaseParameters is only used by Solver::MakeDefaultPhase methods.
Note this is for advanced users only.
DefaultPhaseParameters() - Constructor for class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
DefaultPhaseParameters(long, boolean) - Constructor for class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
DefaultPhaseParameters_CHOOSE_MAX_AVERAGE_IMPACT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_CHOOSE_MAX_SUM_IMPACT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_CHOOSE_MAX_VALUE_IMPACT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_decision_builder_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_decision_builder_set(long, DefaultPhaseParameters, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_display_level_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_display_level_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_heuristic_num_failures_limit_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_heuristic_num_failures_limit_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_heuristic_period_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_heuristic_period_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_initialization_splits_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_initialization_splits_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_NONE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_NORMAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_persistent_impact_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_persistent_impact_set(long, DefaultPhaseParameters, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_random_seed_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_random_seed_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_run_all_heuristics_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_run_all_heuristics_set(long, DefaultPhaseParameters, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_SELECT_MAX_IMPACT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_SELECT_MIN_IMPACT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_use_last_conflict_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_use_last_conflict_set(long, DefaultPhaseParameters, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_value_selection_schema_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_value_selection_schema_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_var_selection_schema_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_var_selection_schema_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_VERBOSE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
defaultRoutingModelParameters() - Static method in class com.google.ortools.constraintsolver.main
 
defaultRoutingModelParameters() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
defaultRoutingSearchParameters() - Static method in class com.google.ortools.constraintsolver.main
 
defaultRoutingSearchParameters() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
defaultSolverParameters() - Static method in class com.google.ortools.constraintsolver.Solver
Create a ConstraintSolverParameters proto with all the default values.
DELAYED_PRIORITY - Static variable in class com.google.ortools.constraintsolver.Solver
DELAYED_PRIORITY is the lowest priority: Demons will be processed after
VAR_PRIORITY and NORMAL_PRIORITY demons.
delete() - Method in class com.google.ortools.algorithms.KnapsackSolver
 
delete() - Method in class com.google.ortools.constraintsolver.Assignment
 
delete() - Method in class com.google.ortools.constraintsolver.AssignmentElement
 
delete() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
delete() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
delete() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
delete() - Method in class com.google.ortools.constraintsolver.BaseIntExpr
 
delete() - Method in class com.google.ortools.constraintsolver.BaseLns
 
delete() - Method in class com.google.ortools.constraintsolver.BaseObject
 
delete() - Method in class com.google.ortools.constraintsolver.BasePathFilter
 
delete() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
delete() - Method in class com.google.ortools.constraintsolver.CastConstraint
 
delete() - Method in class com.google.ortools.constraintsolver.ChangeValue
 
delete() - Method in class com.google.ortools.constraintsolver.Constraint
 
delete() - Method in class com.google.ortools.constraintsolver.CPFeasibilityFilter
 
delete() - Method in class com.google.ortools.constraintsolver.Decision
 
delete() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
 
delete() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
delete() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
delete() - Method in class com.google.ortools.constraintsolver.Demon
 
delete() - Method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
 
delete() - Method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
delete() - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
delete() - Method in class com.google.ortools.constraintsolver.IntBoolPair
 
delete() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
delete() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
delete() - Method in class com.google.ortools.constraintsolver.IntExpr
 
delete() - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
delete() - Method in class com.google.ortools.constraintsolver.IntVar
 
delete() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
delete() - Method in class com.google.ortools.constraintsolver.IntVarIterator
 
delete() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
delete() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchHandler
 
delete() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
delete() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
 
delete() - Method in class com.google.ortools.constraintsolver.ModelCache
 
delete() - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
delete() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
delete() - Method in class com.google.ortools.constraintsolver.Pack
 
delete() - Method in class com.google.ortools.constraintsolver.PathOperator
 
delete() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
 
delete() - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
delete() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
delete() - Method in class com.google.ortools.constraintsolver.RevBool
 
delete() - Method in class com.google.ortools.constraintsolver.RevInteger
 
delete() - Method in class com.google.ortools.constraintsolver.RevLong
 
delete() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModelVisitor
 
delete() - Method in class com.google.ortools.constraintsolver.SearchLimit
 
delete() - Method in class com.google.ortools.constraintsolver.SearchLog
 
delete() - Method in class com.google.ortools.constraintsolver.SearchMonitor
 
delete() - Method in class com.google.ortools.constraintsolver.SequenceVar
 
delete() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
delete() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchHandler
 
delete() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperator
 
delete() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 
delete() - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
delete() - Method in class com.google.ortools.constraintsolver.SolutionPool
 
delete() - Method in class com.google.ortools.constraintsolver.Solver
 
delete() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
delete() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
delete() - Method in class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
 
delete() - Method in class com.google.ortools.constraintsolver.TypeRegulationsChecker
 
delete() - Method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
delete() - Method in class com.google.ortools.constraintsolver.TypeRequirementChecker
 
delete() - Method in class com.google.ortools.graph.LinearSumAssignment
 
delete() - Method in class com.google.ortools.graph.MaxFlow
 
delete() - Method in class com.google.ortools.graph.MinCostFlow
 
delete() - Method in class com.google.ortools.graph.MinCostFlowBase
 
delete() - Method in class com.google.ortools.linearsolver.MPConstraint
 
delete() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
 
delete() - Method in class com.google.ortools.linearsolver.MPObjective
 
delete() - Method in class com.google.ortools.linearsolver.MPSolver
 
delete() - Method in class com.google.ortools.linearsolver.MPSolverParameters
 
delete() - Method in class com.google.ortools.linearsolver.MPVariable
 
delete() - Method in class com.google.ortools.sat.SatHelper
 
delete() - Method in class com.google.ortools.sat.SolutionCallback
 
delete() - Method in class com.google.ortools.util.Domain
 
delete() - Method in class com.google.ortools.util.SortedDisjointIntervalList
 
delete_Assignment(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_AssignmentElement(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_AssignmentIntContainer(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_AssignmentIntervalContainer(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_AssignmentSequenceContainer(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_BaseIntExpr(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_BaseLns(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_BaseObject(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_BasePathFilter(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_BooleanVar(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_CastConstraint(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_ChangeValue(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Constraint(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_CPFeasibilityFilter(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Decision(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_DecisionBuilder(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_DecisionVisitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_DefaultPhaseParameters(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Demon(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_DisjunctiveConstraint(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Domain(long) - Static method in class com.google.ortools.util.mainJNI
 
delete_GlobalVehicleBreaksConstraint(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_ImprovementSearchLimit(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntBoolPair(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntervalVar(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntervalVarElement(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntExpr(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntTupleSet(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntVar(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntVarElement(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntVarIterator(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntVarLocalSearchFilter(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntVarLocalSearchHandler(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntVarLocalSearchOperator(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntVarLocalSearchOperatorTemplate(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_KnapsackSolver(long) - Static method in class com.google.ortools.algorithms.mainJNI
 
delete_LinearSumAssignment(long) - Static method in class com.google.ortools.graph.mainJNI
 
delete_LocalSearchFilter(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_LocalSearchFilterManager(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_LocalSearchFilterManager_FilterEvent(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_LocalSearchMonitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_LocalSearchOperator(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_LocalSearchPhaseParameters(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_MaxFlow(long) - Static method in class com.google.ortools.graph.mainJNI
 
delete_MinCostFlow(long) - Static method in class com.google.ortools.graph.mainJNI
 
delete_MinCostFlowBase(long) - Static method in class com.google.ortools.graph.mainJNI
 
delete_ModelCache(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_ModelVisitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_MPConstraint(long) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
delete_MPModelExportOptions(long) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
delete_MPObjective(long) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
delete_MPSolver(long) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
delete_MPSolverParameters(long) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
delete_MPVariable(long) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
delete_OptimizeVar(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Pack(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_PathOperator(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_PropagationBaseObject(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_PropagationMonitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RegularLimit(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RevBool(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RevInteger(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RevLong(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RevPartialSequence(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingDimension(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingIndexManager(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel_VehicleTypeContainer(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel_VehicleTypeContainer_VehicleClassEntry(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModelVisitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SatHelper(long) - Static method in class com.google.ortools.sat.mainJNI
 
delete_SearchLimit(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SearchLog(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SearchMonitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SequenceVar(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SequenceVarElement(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SequenceVarLocalSearchHandler(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SequenceVarLocalSearchOperator(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SequenceVarLocalSearchOperatorTemplate(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SolutionCallback(long) - Static method in class com.google.ortools.sat.mainJNI
 
delete_SolutionCollector(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SolutionPool(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Solver(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Solver_IntegerCastInfo(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SortedDisjointIntervalList(long) - Static method in class com.google.ortools.util.mainJNI
 
delete_SymmetryBreaker(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_TypeIncompatibilityChecker(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_TypeRegulationsChecker(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_TypeRegulationsConstraint(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_TypeRequirementChecker(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DEMANDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CumulativeConstraintProto
 
DEMANDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ReservoirConstraintProto
 
DEMANDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.RoutesConstraintProto
 
Demon - Class in com.google.ortools.constraintsolver
A Demon is the base element of a propagation queue.
Demon(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Demon
 
Demon_desinhibit(long, Demon, long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Demon_inhibit(long, Demon, long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Demon_priority(long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Demon_run(long, Demon, long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
demon_runs(int) - Method in class com.google.ortools.constraintsolver.Solver
The number of demons executed during search for a given priority.
Demon_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Demon_toString(long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DenseMatrixProto - Class in com.google.ortools.sat
A dense matrix of numbers encoded in a flat way, row by row.
DenseMatrixProto.Builder - Class in com.google.ortools.sat
A dense matrix of numbers encoded in a flat way, row by row.
DenseMatrixProtoOrBuilder - Interface in com.google.ortools.sat
 
desinhibit(Solver) - Method in class com.google.ortools.constraintsolver.Demon
This method un-inhibits the demon that was previously inhibited.
DETERMINISTIC_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
DIFFN_USE_CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
DISABLE_CONSTRAINT_EXPANSION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
DISABLE_SOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
DisjunctiveConstraint - Class in com.google.ortools.constraintsolver
 
DisjunctiveConstraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.DisjunctiveConstraint
 
DisjunctiveConstraint_makeSequenceVar(long, DisjunctiveConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DisjunctiveConstraint_setTransitionTime(long, DisjunctiveConstraint, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DisjunctiveConstraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DisjunctiveConstraint_transitionTime(long, DisjunctiveConstraint, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
displayBounds() - Method in class com.google.ortools.sat.IntVar
Returns the domain as a string without the enclosing [].
DIVERSIFY_LNS_PARAMS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
DL_MOVING_AVERAGE_RESTART - com.google.ortools.sat.SatParameters.RestartAlgorithm
Moving average restart based on the decision level of conflicts.
DL_MOVING_AVERAGE_RESTART_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Moving average restart based on the decision level of conflicts.
Domain - Class in com.google.ortools.util
We call domain any subset of Int64 = [kint64min, kint64max].

This class can be used to represent such set efficiently as a sorted and
non-adjacent list of intervals.
Domain() - Constructor for class com.google.ortools.util.Domain
By default, Domain will be empty.
Domain(long) - Constructor for class com.google.ortools.util.Domain
Constructor for the common case of a singleton domain.
Domain(long, boolean) - Constructor for class com.google.ortools.util.Domain
 
Domain(long, long) - Constructor for class com.google.ortools.util.Domain
Constructor for the common case of a single interval [left, right].
If left > right, this will result in the empty domain.
Domain_additionWith(long, Domain, long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_allValues() - Static method in class com.google.ortools.util.mainJNI
 
Domain_complement(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_contains(long, Domain, long) - Static method in class com.google.ortools.util.mainJNI
 
DOMAIN_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
 
DOMAIN_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntegerVariableProto
 
DOMAIN_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearConstraintProto
 
Domain_flattenedIntervals(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_fromFlatIntervals(long[]) - Static method in class com.google.ortools.util.mainJNI
 
Domain_fromIntervals(long[][]) - Static method in class com.google.ortools.util.mainJNI
 
Domain_fromValues(long[]) - Static method in class com.google.ortools.util.mainJNI
 
DOMAIN_INT_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
DOMAIN_INT_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Domain_intersectionWith(long, Domain, long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_isEmpty(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_max(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_min(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_negation(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
DOMAIN_REDUCTION_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DecisionStrategyProto
 
Domain_size(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_toString(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_unionWith(long, Domain, long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
DUAL - com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
Dual simplex.
DUAL_TOLERANCE - com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
Advanced usage: tolerance for dual feasibility of basic solutions.
DUAL_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
DUAL_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
dualValue() - Method in class com.google.ortools.linearsolver.MPConstraint
Advanced usage: returns the dual value of the constraint in the current
solution (only available for continuous problems).
durationExpr() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
durationMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
durationMax() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
durationMax(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
durationMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
These methods query, set, and watch the duration of the interval var.
durationMin() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
durationMin(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
durationValue() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
durationValue(int, IntervalVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the DurationValue of 'var' in the nth solution.
durationValue(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 

E

element(int) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
element(int) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
element(int) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
element(IntervalVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
element(IntVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
element(SequenceVar) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
ELEMENT - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
ELEMENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
ElementConstraintProto - Class in com.google.ortools.sat
The constraint target = vars[index].
ElementConstraintProto.Builder - Class in com.google.ortools.sat
The constraint target = vars[index].
ElementConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
empty() - Method in class com.google.ortools.constraintsolver.Assignment
 
empty() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
empty() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
empty() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
ENABLE_INTERNAL_SOLVER_OUTPUT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
 
enableOutput() - Method in class com.google.ortools.linearsolver.MPSolver
Enables solver logging.
end(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the variable index of the ending node of a vehicle route.
END_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntervalConstraintProto
 
END_VIEW_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntervalConstraintProto
 
endAcceptNeighbor(LocalSearchOperator, boolean) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
endConstraintInitialPropagation(Constraint) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
endDemonRun(Demon) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
endExpr() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
endFail() - Method in class com.google.ortools.constraintsolver.SearchMonitor
After completing the backtrack.
endFiltering(LocalSearchFilter, boolean) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
endFilterNeighbor(LocalSearchOperator, boolean) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
endInitialPropagation() - Method in class com.google.ortools.constraintsolver.SearchLog
 
endInitialPropagation() - Method in class com.google.ortools.constraintsolver.SearchMonitor
After the initial propagation.
endMakeNextNeighbor(LocalSearchOperator, boolean, Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
endMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
endMax() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
endMax(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
endMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
These methods query, set, and watch the end position of the interval var.
endMin() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
endMin(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
endNestedConstraintInitialPropagation(Constraint, Constraint) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
endNextDecision(DecisionBuilder, Decision) - Method in class com.google.ortools.constraintsolver.SearchMonitor
After calling DecisionBuilder::Next, along with the returned decision.
endOperatorStart() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
endProcessingIntegerVariable(IntVar) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
ENDS_AFTER - Static variable in class com.google.ortools.constraintsolver.Solver
t ends after d, i.e.
ENDS_AFTER_END - Static variable in class com.google.ortools.constraintsolver.Solver
t1 ends after t2 end, i.e.
ENDS_AFTER_START - Static variable in class com.google.ortools.constraintsolver.Solver
t1 ends after t2 start, i.e.
ENDS_AT - Static variable in class com.google.ortools.constraintsolver.Solver
t ends at d, i.e.
ENDS_AT_END - Static variable in class com.google.ortools.constraintsolver.Solver
t1 ends at t2 end, i.e.
ENDS_AT_START - Static variable in class com.google.ortools.constraintsolver.Solver
t1 ends at t2 start, i.e.
ENDS_BEFORE - Static variable in class com.google.ortools.constraintsolver.Solver
t ends before d, i.e.
endSearch() - Method in class com.google.ortools.constraintsolver.Solver
 
endValue() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
endValue(int, IntervalVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the EndValue of 'var' in the nth solution.
endValue(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
endVisitConstraint(String, Constraint) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
endVisitExtension(String) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
endVisitIntegerExpression(String, IntExpr) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
endVisitModel(String) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
ENFORCEMENT_LITERAL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
enqueueDelayedDemon(Demon) - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
This method pushes the demon onto the propagation queue.
enqueueVar(Demon) - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
 
enterSearch() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
enterSearch() - Method in class com.google.ortools.constraintsolver.SearchLimit
Internal methods.
enterSearch() - Method in class com.google.ortools.constraintsolver.SearchLog
 
enterSearch() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Beginning of the search.
enterSearch() - Method in class com.google.ortools.constraintsolver.SolutionCollector
Beginning of the search.
ENTRIES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DenseMatrixProto
 
ENUMERATE_ALL_SOLUTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EQ - Static variable in class com.google.ortools.constraintsolver.Solver
Move is accepted when the current objective value is in the interval
objective.Min ..
equals(Object) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
equals(Object) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPModelProto
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPModelRequest
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPVariableProto
 
equals(Object) - Method in class com.google.ortools.linearsolver.OptionalDouble
 
equals(Object) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
equals(Object) - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.BoolArgumentProto
 
equals(Object) - Method in class com.google.ortools.sat.CircuitConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.ConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.CpModelProto
 
equals(Object) - Method in class com.google.ortools.sat.CpObjectiveProto
 
equals(Object) - Method in class com.google.ortools.sat.CpSolverResponse
 
equals(Object) - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
equals(Object) - Method in class com.google.ortools.sat.DecisionStrategyProto
 
equals(Object) - Method in class com.google.ortools.sat.DenseMatrixProto
 
equals(Object) - Method in class com.google.ortools.sat.ElementConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.IntegerArgumentProto
 
equals(Object) - Method in class com.google.ortools.sat.IntegerVariableProto
 
equals(Object) - Method in class com.google.ortools.sat.IntervalConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.InverseConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.LinearArgumentProto
 
equals(Object) - Method in class com.google.ortools.sat.LinearConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.LinearExpressionProto
 
equals(Object) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.PartialVariableAssignment
 
equals(Object) - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.RoutesConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.SatParameters
 
equals(Object) - Method in class com.google.ortools.sat.SparsePermutationProto
 
equals(Object) - Method in class com.google.ortools.sat.SymmetryProto
 
equals(Object) - Method in class com.google.ortools.sat.TableConstraintProto
 
EVALUATOR_STRATEGY - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Same as PATH_CHEAPEST_ARC, except that arc costs are evaluated using the function passed to RoutingModel::SetFirstSolutionEvaluator() (cf.
EVALUATOR_STRATEGY_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Same as PATH_CHEAPEST_ARC, except that arc costs are evaluated using the function passed to RoutingModel::SetFirstSolutionEvaluator() (cf.
EXACTLY_ONE - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
EXACTLY_ONE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
EXCHANGE - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which exchanges the positions of two nodes.
Possible neighbors for the path 1 -> 2 -> 3 -> 4 -> 5
(where (1, 5) are first and last nodes of the path and can therefore not
be moved):
1 -> [3] -> [2] -> 4 -> 5
1 -> [4] -> 3 -> [2] -> 5
1 -> 2 -> [4] -> [3] -> 5
exitSearch() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
exitSearch() - Method in class com.google.ortools.constraintsolver.SearchLog
 
exitSearch() - Method in class com.google.ortools.constraintsolver.SearchMonitor
End of the search.
EXPAND_ALLDIFF_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPAND_AUTOMATON_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPAND_ELEMENT_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPAND_RESERVOIR_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPAND_TABLE_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPERIMENTAL - com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
EXPERIMENTAL = 3;
EXPERIMENTAL_BINARY_MINIMIZATION - com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
EXPERIMENTAL_BINARY_MINIMIZATION = 3;
EXPERIMENTAL_BINARY_MINIMIZATION_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
EXPERIMENTAL_BINARY_MINIMIZATION = 3;
EXPERIMENTAL_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
EXPERIMENTAL = 3;
EXPLOIT_ALL_LP_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPLOIT_BEST_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPLOIT_INTEGER_LP_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPLOIT_OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPLOIT_RELAXATION_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
exportModelAsLpFormat() - Method in class com.google.ortools.linearsolver.MPSolver
Export the loaded model in LP format.
exportModelAsLpFormat(MPModelExportOptions) - Method in class com.google.ortools.linearsolver.MPSolver
Export the loaded model in LP format.
exportModelAsMpsFormat() - Method in class com.google.ortools.linearsolver.MPSolver
Export the loaded model in MPS format.
exportModelAsMpsFormat(MPModelExportOptions) - Method in class com.google.ortools.linearsolver.MPSolver
Export the loaded model in MPS format.
exportModelToProto() - Method in class com.google.ortools.linearsolver.MPSolver
Export the loaded model to proto and returns it.
exportProfilingOverview(String) - Method in class com.google.ortools.constraintsolver.Solver
Exports the profiling information in a human readable overview.
The parameter profile_level used to create the solver must be
set to true.
exportToFile(String) - Method in class com.google.ortools.sat.CpModel
Write the model as a ascii protocol buffer to 'file'.
EXPR_ABS - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_DIFFERENCE - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_DIVIDE - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_IS_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_IS_GREATER_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_IS_LESS_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_IS_NOT_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_MIN - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_PROD - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_SUM - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_CONSTANT_CONDITIONAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_CONSTANT_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_CONSTRAINT_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_DIFFERENCE - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_DIV - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_EQUALITY - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_GREATER - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_GREATER_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_IS_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_IS_LESS - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_IS_LESS_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_IS_NOT_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_LESS - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_LESS_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_MIN - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_NON_EQUALITY - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_PROD - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_SUM - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_OPPOSITE - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_SQUARE - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPRS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearArgumentProto
 
EXTENDEDSWAPACTIVE - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which makes an inactive node active and an active one inactive.
It is similar to SwapActiveOperator except that it tries to insert the
inactive node in all possible positions instead of just the position of
the node made inactive.
Possible neighbors for the path 1 -> 2 -> 3 -> 4 with 5 inactive
(where 1 and 4 are first and last nodes of the path) are:
1 -> [5] -> 3 -> 4 with 2 inactive
1 -> 3 -> [5] -> 4 with 2 inactive
1 -> [5] -> 2 -> 4 with 3 inactive
1 -> 2 -> [5] -> 4 with 3 inactive

F

F_DIRECT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.InverseConstraintProto
 
F_INVERSE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.InverseConstraintProto
 
fail() - Method in class com.google.ortools.constraintsolver.Solver
Abandon the current branch in the search tree.
fail_stamp() - Method in class com.google.ortools.constraintsolver.Solver
The fail_stamp() is incremented after each backtrack.
FailException() - Constructor for exception com.google.ortools.constraintsolver.Solver.FailException
 
FailException(String) - Constructor for exception com.google.ortools.constraintsolver.Solver.FailException
 
failures() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
failures() - Method in class com.google.ortools.constraintsolver.Solver
The number of failures encountered since the creation of the solver.
failures(int) - Method in class com.google.ortools.constraintsolver.SolutionCollector
Returns the number of failures encountered at the time of the nth
solution.
FAILURES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
 
falseLiteral() - Method in class com.google.ortools.sat.CpModel
Returns the false literal.
fastAdd(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
Adds without checking if variable has been previously added.
fastAdd(IntervalVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
Adds element without checking its presence in the container.
fastAdd(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
Adds without checking if variable has been previously added.
fastAdd(IntVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
Adds element without checking its presence in the container.
fastAdd(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
Adds without checking if the variable had been previously added.
fastAdd(SequenceVar) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
Adds element without checking its presence in the container.
FEASIBLE - com.google.ortools.graph.MinCostFlowBase.Status
 
FEASIBLE - com.google.ortools.linearsolver.MPSolver.ResultStatus
feasible, or stopped by limit.
FEASIBLE - com.google.ortools.sat.CpSolverStatus
A feasible solution has been found.
FEASIBLE_VALUE - Static variable in enum com.google.ortools.sat.CpSolverStatus
A feasible solution has been found.
FILL_LOGS_IN_RESPONSE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FILL_TIGHTENED_DOMAINS_IN_RESPONSE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
filteredNeighbors() - Method in class com.google.ortools.constraintsolver.Solver
The number of filtered neighbors (neighbors accepted by filters).
FilterEvent() - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
FilterEvent(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
FINAL_STATES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
 
finalize() - Method in class com.google.ortools.algorithms.KnapsackSolver
 
finalize() - Method in class com.google.ortools.constraintsolver.Assignment
 
finalize() - Method in class com.google.ortools.constraintsolver.AssignmentElement
 
finalize() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
finalize() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
finalize() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
finalize() - Method in class com.google.ortools.constraintsolver.BaseIntExpr
 
finalize() - Method in class com.google.ortools.constraintsolver.BaseLns
 
finalize() - Method in class com.google.ortools.constraintsolver.BaseObject
 
finalize() - Method in class com.google.ortools.constraintsolver.BasePathFilter
 
finalize() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
finalize() - Method in class com.google.ortools.constraintsolver.CastConstraint
 
finalize() - Method in class com.google.ortools.constraintsolver.ChangeValue
 
finalize() - Method in class com.google.ortools.constraintsolver.Constraint
 
finalize() - Method in class com.google.ortools.constraintsolver.CPFeasibilityFilter
 
finalize() - Method in class com.google.ortools.constraintsolver.Decision
 
finalize() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
 
finalize() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
finalize() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
finalize() - Method in class com.google.ortools.constraintsolver.Demon
 
finalize() - Method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
 
finalize() - Method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
finalize() - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
finalize() - Method in class com.google.ortools.constraintsolver.IntBoolPair
 
finalize() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
finalize() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
finalize() - Method in class com.google.ortools.constraintsolver.IntExpr
 
finalize() - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
finalize() - Method in class com.google.ortools.constraintsolver.IntVar
 
finalize() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
finalize() - Method in class com.google.ortools.constraintsolver.IntVarIterator
 
finalize() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
finalize() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchHandler
 
finalize() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
finalize() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
 
finalize() - Method in class com.google.ortools.constraintsolver.ModelCache
 
finalize() - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
finalize() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
finalize() - Method in class com.google.ortools.constraintsolver.Pack
 
finalize() - Method in class com.google.ortools.constraintsolver.PathOperator
 
finalize() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
 
finalize() - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
finalize() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
finalize() - Method in class com.google.ortools.constraintsolver.RevBool
 
finalize() - Method in class com.google.ortools.constraintsolver.RevInteger
 
finalize() - Method in class com.google.ortools.constraintsolver.RevLong
 
finalize() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModelVisitor
 
finalize() - Method in class com.google.ortools.constraintsolver.SearchLimit
 
finalize() - Method in class com.google.ortools.constraintsolver.SearchLog
 
finalize() - Method in class com.google.ortools.constraintsolver.SearchMonitor
 
finalize() - Method in class com.google.ortools.constraintsolver.SequenceVar
 
finalize() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
finalize() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchHandler
 
finalize() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperator
 
finalize() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 
finalize() - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
finalize() - Method in class com.google.ortools.constraintsolver.SolutionPool
 
finalize() - Method in class com.google.ortools.constraintsolver.Solver
 
finalize() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
finalize() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
finalize() - Method in class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
 
finalize() - Method in class com.google.ortools.constraintsolver.TypeRegulationsChecker
 
finalize() - Method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
finalize() - Method in class com.google.ortools.constraintsolver.TypeRequirementChecker
 
finalize() - Method in class com.google.ortools.graph.LinearSumAssignment
 
finalize() - Method in class com.google.ortools.graph.MaxFlow
 
finalize() - Method in class com.google.ortools.graph.MinCostFlow
 
finalize() - Method in class com.google.ortools.graph.MinCostFlowBase
 
finalize() - Method in class com.google.ortools.linearsolver.MPConstraint
 
finalize() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
 
finalize() - Method in class com.google.ortools.linearsolver.MPObjective
 
finalize() - Method in class com.google.ortools.linearsolver.MPSolver
 
finalize() - Method in class com.google.ortools.linearsolver.MPSolverParameters
 
finalize() - Method in class com.google.ortools.linearsolver.MPVariable
 
finalize() - Method in class com.google.ortools.sat.SatHelper
 
finalize() - Method in class com.google.ortools.sat.SolutionCallback
 
finalize() - Method in class com.google.ortools.util.Domain
 
finalize() - Method in class com.google.ortools.util.SortedDisjointIntervalList
 
FIND_MULTIPLE_CORES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
findErrorInRoutingSearchParameters(byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
findErrorInRoutingSearchParameters(RoutingSearchParameters) - Static method in class com.google.ortools.constraintsolver.main
Returns an empty std::string if the routing search parameters are valid, and
a non-empty, human readable error description if they're not.
findExprConstantExpression(IntExpr, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Expr Constant Expressions.
findExprExprConstantExpression(IntExpr, IntExpr, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Expr Expr Constant Expressions.
findExprExprConstraint(IntExpr, IntExpr, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Expr Expr Constraints.
findExprExpression(IntExpr, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Expr Expressions.
findExprExprExpression(IntExpr, IntExpr, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Expr Expr Expressions.
findVarArrayConstantArrayExpression(IntVar[], long[], int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Array Constant Array Expressions.
findVarArrayConstantExpression(IntVar[], long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Array Constant Expressions.
findVarArrayExpression(IntVar[], int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Array Expressions.
findVarConstantArrayExpression(IntVar, long[], int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Constant Array Expressions.
findVarConstantConstantConstraint(IntVar, long, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Constant Constant Constraints.
findVarConstantConstantExpression(IntVar, long, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Constant Constant Expressions.
findVarConstantConstraint(IntVar, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Constant Constraints.
findVoidConstraint(int) - Method in class com.google.ortools.constraintsolver.ModelCache
Void constraints.
finishCurrentSearch() - Method in class com.google.ortools.constraintsolver.Solver
Tells the solver to kill or restart the current search.
FIRST_SOLUTION_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
FIRST_UNBOUND_MIN_VALUE - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Select the first node with an unbound successor and connect it to the first available node.
FIRST_UNBOUND_MIN_VALUE_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Select the first node with an unbound successor and connect it to the first available node.
FirstSolutionStrategy - Class in com.google.ortools.constraintsolver
First solution strategies, used as starting point of local search.
FirstSolutionStrategy.Builder - Class in com.google.ortools.constraintsolver
First solution strategies, used as starting point of local search.
FirstSolutionStrategy.Value - Enum in com.google.ortools.constraintsolver
Protobuf enum operations_research.FirstSolutionStrategy.Value
FirstSolutionStrategyOrBuilder - Interface in com.google.ortools.constraintsolver
 
FIXED_RESTART - com.google.ortools.sat.SatParameters.RestartAlgorithm
Fixed period restart every restart period.
FIXED_RESTART_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Fixed period restart every restart period.
FIXED_SEARCH - com.google.ortools.sat.SatParameters.SearchBranching
If used then all decisions taken by the solver are made using a fixed order as specified in the API or in the CpModelProto search_strategy field.
FIXED_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
If used then all decisions taken by the solver are made using a fixed order as specified in the API or in the CpModelProto search_strategy field.
fixed_transits() - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
FIXED_VALUE - com.google.ortools.linearsolver.MPSolver.BasisStatus
 
fixedTransitVar(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
flattenedIntervals() - Method in class com.google.ortools.util.Domain
This method returns the flattened list of interval bounds of the domain.

Thus the domain {0, 1, 2, 5, 8, 9, 10} will return [0, 2, 5, 5,
8, 10] (as a C++ std::vector<int64>, as a java or C# long[], as
a python list of integers).
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
 
forNumber(int) - Static method in enum com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
 
forNumber(int) - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
 
forNumber(int) - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
 
forNumber(int) - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
 
forNumber(int) - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
 
forNumber(int) - Static method in enum com.google.ortools.sat.ConstraintProto.ConstraintCase
 
forNumber(int) - Static method in enum com.google.ortools.sat.CpSolverStatus
 
forNumber(int) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
 
forNumber(int) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.Polarity
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
 
forNumber(int) - Static method in enum com.google.ortools.util.OptionalBoolean
 
forwardSequence() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
forwardSequence(int, SequenceVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the ForwardSequence of 'var' in the
nth solution.
forwardSequence(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
FP_ROUNDING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
fragmentSize() - Method in class com.google.ortools.constraintsolver.BaseLns
 
FREE - com.google.ortools.linearsolver.MPSolver.BasisStatus
 
freezeQueue() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
This method freezes the propagation queue.
fromFlatIntervals(long[]) - Static method in class com.google.ortools.util.Domain
This method is available in Python, Java and .NET.
fromIntervals(long[][]) - Static method in class com.google.ortools.util.Domain
This method is available in Python, Java and .NET.
fromValues(long[]) - Static method in class com.google.ortools.util.Domain
Creates a domain from the union of an unsorted list of integer values.
Input values may be repeated, with no consequence on the output
FULLPATHLNS - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which relaxes one entire path and all inactive nodes, thus
defining num_paths neighbors.

G

GE - Static variable in class com.google.ortools.constraintsolver.Solver
Move is accepted when the current objective value >= objective.Min.
GENERAL_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
GENERALCONSTRAINT_NOT_SET - com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
 
GENERIC_TABU_SEARCH - com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Uses tabu search on a list of variables to escape local minima.
GENERIC_TABU_SEARCH_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Uses tabu search on a list of variables to escape local minima.
getAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPAbsConstraint abs_constraint = 5;
getAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
.operations_research.MPAbsConstraint abs_constraint = 5;
getAbsConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
.operations_research.MPAbsConstraint abs_constraint = 5;
getAbsConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPAbsConstraint abs_constraint = 5;
getAbsConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPAbsConstraint abs_constraint = 5;
getAbsConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
.operations_research.MPAbsConstraint abs_constraint = 5;
getAbsConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
.operations_research.MPAbsConstraint abs_constraint = 5;
getAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
Stop the search when the gap between the best feasible objective (O) and our best objective bound (B) is smaller than a limit.
getAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters
Stop the search when the gap between the best feasible objective (O) and our best objective bound (B) is smaller than a limit.
getAbsoluteGapLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Stop the search when the gap between the best feasible objective (O) and our best objective bound (B) is smaller than a limit.
getAcceptedObjectiveValue() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
Objective value from the last time Accept() was called and returned true.
GetAcceptedObjectiveValue() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
getActives(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
literals.
getActives(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
literals.
getActives(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
literals.
getActivesCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
literals.
getActivesCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto
literals.
getActivesCount() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
literals.
getActivesList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
literals.
getActivesList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
literals.
getActivesList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
literals.
getAddCgCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
getAddCgCuts() - Method in class com.google.ortools.sat.SatParameters
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
getAddCgCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
getAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate clique cuts from the binary implication graph.
getAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters
Whether we generate clique cuts from the binary implication graph.
getAddCliqueCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we generate clique cuts from the binary implication graph.
getAddKnapsackCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate knapsack cuts.
getAddKnapsackCuts() - Method in class com.google.ortools.sat.SatParameters
Whether we generate knapsack cuts.
getAddKnapsackCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we generate knapsack cuts.
getAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
For the lin max constraints, generates the cuts described in "Strong mixed-integer programming formulations for trained neural networks" by Ross Anderson et.
getAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters
For the lin max constraints, generates the cuts described in "Strong mixed-integer programming formulations for trained neural networks" by Ross Anderson et.
getAddLinMaxCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
For the lin max constraints, generates the cuts described in "Strong mixed-integer programming formulations for trained neural networks" by Ross Anderson et.
getAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we start by an empty LP, and only add constraints not satisfied by the current LP solution batch by batch.
getAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters
If true, we start by an empty LP, and only add constraints not satisfied by the current LP solution batch by batch.
getAddLpConstraintsLazily() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, we start by an empty LP, and only add constraints not satisfied by the current LP solution batch by batch.
getAddMirCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate MIR cuts at root node.
getAddMirCuts() - Method in class com.google.ortools.sat.SatParameters
Whether we generate MIR cuts at root node.
getAddMirCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we generate MIR cuts at root node.
getAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate Zero-Half cuts at root node.
getAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters
Whether we generate Zero-Half cuts at root node.
getAddZeroHalfCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we generate Zero-Half cuts at root node.
getAllDiff() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The all_diff constraint forces all variables to take different values.
getAllDiff() - Method in class com.google.ortools.sat.ConstraintProto
The all_diff constraint forces all variables to take different values.
getAllDiff() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The all_diff constraint forces all variables to take different values.
getAllDiffBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The all_diff constraint forces all variables to take different values.
getAllDiffOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The all_diff constraint forces all variables to take different values.
getAllDiffOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The all_diff constraint forces all variables to take different values.
getAllDiffOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The all_diff constraint forces all variables to take different values.
getAllSolutionsWereFound() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
This will be true iff the solver was asked to find all solutions to a satisfiability problem (or all optimal solutions to an optimization problem), and it was successful in doing so.
getAllSolutionsWereFound() - Method in class com.google.ortools.sat.CpSolverResponse
This will be true iff the solver was asked to find all solutions to a satisfiability problem (or all optimal solutions to an optimization problem), and it was successful in doing so.
getAllSolutionsWereFound() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
This will be true iff the solver was asked to find all solutions to a satisfiability problem (or all optimal solutions to an optimization problem), and it was successful in doing so.
getAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, then the variables that appear in any of the reason of the variables in a conflict have their activity bumped.
getAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters
When this is true, then the variables that appear in any of the reason of the variables in a conflict have their activity bumped.
getAlsoBumpVariablesInConflictReasons() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When this is true, then the variables that appear in any of the reason of the variables in a conflict have their activity bumped.
getAmortizedLinearCostFactorOfVehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
 
getAmortizedQuadraticCostFactorOfVehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
 
getAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "and" constraints must be Boolean.
getAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
All variables in "and" constraints must be Boolean.
getAndConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
All variables in "and" constraints must be Boolean.
getAndConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "and" constraints must be Boolean.
getAndConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "and" constraints must be Boolean.
getAndConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
All variables in "and" constraints must be Boolean.
getAndConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
All variables in "and" constraints must be Boolean.
getArcCostForClass(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the cost of the segment between two nodes for a given cost
class.
getArcCostForFirstSolution(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the cost of the arc in the context of the first solution strategy.
This is typically a simplification of the actual cost; see the .cc.
getArcCostForVehicle(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the cost of the transit arc between two nodes for a given vehicle.
Input are variable indices of node.
getArraySplitSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
When a sum/min/max operation is applied on a large array, this array is recursively split into blocks of size 'array_split_size'.
getArraySplitSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
When a sum/min/max operation is applied on a large array, this array is recursively split into blocks of size 'array_split_size'.
getArraySplitSize() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
When a sum/min/max operation is applied on a large array, this array is recursively split into blocks of size 'array_split_size'.
getAssignmentCost(int) - Method in class com.google.ortools.graph.LinearSumAssignment
 
getAssumptions(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
A list of literals.
getAssumptions(int) - Method in class com.google.ortools.sat.CpModelProto
A list of literals.
getAssumptions(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
A list of literals.
getAssumptionsCount() - Method in class com.google.ortools.sat.CpModelProto.Builder
A list of literals.
getAssumptionsCount() - Method in class com.google.ortools.sat.CpModelProto
A list of literals.
getAssumptionsCount() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
A list of literals.
getAssumptionsList() - Method in class com.google.ortools.sat.CpModelProto.Builder
A list of literals.
getAssumptionsList() - Method in class com.google.ortools.sat.CpModelProto
A list of literals.
getAssumptionsList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
A list of literals.
getAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The at_most_one constraint enforces that no more than one literal is true at the same time.
getAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto
The at_most_one constraint enforces that no more than one literal is true at the same time.
getAtMostOne() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The at_most_one constraint enforces that no more than one literal is true at the same time.
getAtMostOneBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The at_most_one constraint enforces that no more than one literal is true at the same time.
getAtMostOneOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The at_most_one constraint enforces that no more than one literal is true at the same time.
getAtMostOneOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The at_most_one constraint enforces that no more than one literal is true at the same time.
getAtMostOneOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The at_most_one constraint enforces that no more than one literal is true at the same time.
getAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, then the precedences propagator try to detect for each variable if it has a set of "optional incoming arc" for which at least one of them is present.
getAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters
If true, then the precedences propagator try to detect for each variable if it has a set of "optional incoming arc" for which at least one of them is present.
getAutoDetectGreaterThanAtLeastOneOf() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, then the precedences propagator try to detect for each variable if it has a set of "optional incoming arc" for which at least one of them is present.
getAutomaton() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The automaton constraint forces a sequence of variables to be accepted by an automaton.
getAutomaton() - Method in class com.google.ortools.sat.ConstraintProto
The automaton constraint forces a sequence of variables to be accepted by an automaton.
getAutomaton() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The automaton constraint forces a sequence of variables to be accepted by an automaton.
getAutomatonBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The automaton constraint forces a sequence of variables to be accepted by an automaton.
getAutomatonOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The automaton constraint forces a sequence of variables to be accepted by an automaton.
getAutomatonOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The automaton constraint forces a sequence of variables to be accepted by an automaton.
getAutomatonOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The automaton constraint forces a sequence of variables to be accepted by an automaton.
getBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
optional string baseline_model_file_path = 1;
getBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
optional string baseline_model_file_path = 1;
getBaselineModelFilePath() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
optional string baseline_model_file_path = 1;
getBaselineModelFilePathBytes() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
optional string baseline_model_file_path = 1;
getBaselineModelFilePathBytes() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
optional string baseline_model_file_path = 1;
getBaselineModelFilePathBytes() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
optional string baseline_model_file_path = 1;
getBaseNodeRestartPosition(int) - Method in class com.google.ortools.constraintsolver.PathOperator
Returns the index of the node to which the base node of index base_index
must be set to when it reaches the end of a path.
By default, it is set to the start of the current path.
When this method is called, one can only assume that base nodes with
indices < base_index have their final position.
getBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
This field is only filled for MIP problems.
getBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
This field is only filled for MIP problems.
getBestObjectiveBound() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
This field is only filled for MIP problems.
getBestObjectiveBound() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Only make sense for an optimization problem.
getBestObjectiveBound() - Method in class com.google.ortools.sat.CpSolverResponse
Only make sense for an optimization problem.
getBestObjectiveBound() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Only make sense for an optimization problem.
getBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
getBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
getBinaryMinimizationAlgorithm() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
getBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
If non-negative, perform a binary search on the objective variable in order to find an [min, max] interval outside of which the solver proved unsat/sat under this amount of conflict.
getBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters
If non-negative, perform a binary search on the objective variable in order to find an [min, max] interval outside of which the solver proved unsat/sat under this amount of conflict.
getBinarySearchNumConflicts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If non-negative, perform a binary search on the objective variable in order to find an [min, max] interval outside of which the solver proved unsat/sat under this amount of conflict.
getBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double blocking_restart_multiplier = 66 [default = 1.4];
getBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters
optional double blocking_restart_multiplier = 66 [default = 1.4];
getBlockingRestartMultiplier() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double blocking_restart_multiplier = 66 [default = 1.4];
getBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 blocking_restart_window_size = 65 [default = 5000];
getBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters
optional int32 blocking_restart_window_size = 65 [default = 5000];
getBlockingRestartWindowSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional int32 blocking_restart_window_size = 65 [default = 5000];
getBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_and constraint forces all of the literals to be true.
getBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto
The bool_and constraint forces all of the literals to be true.
getBoolAnd() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The bool_and constraint forces all of the literals to be true.
getBoolAndBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_and constraint forces all of the literals to be true.
getBoolAndOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_and constraint forces all of the literals to be true.
getBoolAndOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The bool_and constraint forces all of the literals to be true.
getBoolAndOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The bool_and constraint forces all of the literals to be true.
getBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
A non-negative level indicating how much we should try to fully encode Integer variables as Boolean.
getBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters
A non-negative level indicating how much we should try to fully encode Integer variables as Boolean.
getBooleanEncodingLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
A non-negative level indicating how much we should try to fully encode Integer variables as Boolean.
getBoolOr() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_or constraint forces at least one literal to be true.
getBoolOr() - Method in class com.google.ortools.sat.ConstraintProto
The bool_or constraint forces at least one literal to be true.
getBoolOr() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The bool_or constraint forces at least one literal to be true.
getBoolOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_or constraint forces at least one literal to be true.
getBoolOrOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_or constraint forces at least one literal to be true.
getBoolOrOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The bool_or constraint forces at least one literal to be true.
getBoolOrOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The bool_or constraint forces at least one literal to be true.
getBoolXor() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_xor constraint forces an odd number of the literals to be true.
getBoolXor() - Method in class com.google.ortools.sat.ConstraintProto
The bool_xor constraint forces an odd number of the literals to be true.
getBoolXor() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The bool_xor constraint forces an odd number of the literals to be true.
getBoolXorBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_xor constraint forces an odd number of the literals to be true.
getBoolXorOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_xor constraint forces an odd number of the literals to be true.
getBoolXorOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The bool_xor constraint forces an odd number of the literals to be true.
getBoolXorOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The bool_xor constraint forces an odd number of the literals to be true.
getBoxesWithNullAreaCanOverlap() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
bool boxes_with_null_area_can_overlap = 3;
getBoxesWithNullAreaCanOverlap() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
bool boxes_with_null_area_can_overlap = 3;
getBoxesWithNullAreaCanOverlap() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
bool boxes_with_null_area_can_overlap = 3;
getBranches() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
int64 branches = 2;
getBranches() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
int64 branches = 2;
getBranches() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
int64 branches = 2;
getBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
optional int32 branching_priority = 6 [default = 0];
getBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto
optional int32 branching_priority = 6 [default = 0];
getBranchingPriority() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
optional int32 branching_priority = 6 [default = 0];
getBreakIntervalsOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns the break intervals set by SetBreakIntervalsOfVehicle().
getBuilder() - Method in class com.google.ortools.sat.Constraint
Returns the constraint builder.
getBuilder() - Method in class com.google.ortools.sat.CpModel
Returns the model builder.
getBuilder() - Method in class com.google.ortools.sat.IntervalVar
Returns the interval builder.
getBuilder() - Method in class com.google.ortools.sat.IntVar
Returns the variable protobuf builder.
getCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
int32 capacity = 1;
getCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto
int32 capacity = 1;
getCapacity() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
int32 capacity = 1;
getCapacity() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
int64 capacity = 5;
getCapacity() - Method in class com.google.ortools.sat.RoutesConstraintProto
int64 capacity = 5;
getCapacity() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
int64 capacity = 5;
getCapacity(int) - Method in class com.google.ortools.graph.MaxFlow
 
getCapacity(int) - Method in class com.google.ortools.graph.MinCostFlow
 
getCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters.Builder
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals when calling solve.
getCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals when calling solve.
getCatchSigintSignal() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals when calling solve.
getCheapestInsertionAddUnperformedEntries() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Whether or not to consider entries making the nodes/pairs unperformed in the GlobalCheapestInsertion heuristic.
getCheapestInsertionAddUnperformedEntries() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Whether or not to consider entries making the nodes/pairs unperformed in the GlobalCheapestInsertion heuristic.
getCheapestInsertionAddUnperformedEntries() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Whether or not to consider entries making the nodes/pairs unperformed in the GlobalCheapestInsertion heuristic.
getCheapestInsertionFarthestSeedsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Ratio (between 0 and 1) of available vehicles in the model on which farthest nodes of the model are inserted as seeds in the GlobalCheapestInsertion first solution heuristic.
getCheapestInsertionFarthestSeedsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Ratio (between 0 and 1) of available vehicles in the model on which farthest nodes of the model are inserted as seeds in the GlobalCheapestInsertion first solution heuristic.
getCheapestInsertionFarthestSeedsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Ratio (between 0 and 1) of available vehicles in the model on which farthest nodes of the model are inserted as seeds in the GlobalCheapestInsertion first solution heuristic.
getCheapestInsertionFirstSolutionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
int32 cheapest_insertion_first_solution_min_neighbors = 44;
getCheapestInsertionFirstSolutionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
int32 cheapest_insertion_first_solution_min_neighbors = 44;
getCheapestInsertionFirstSolutionMinNeighbors() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
int32 cheapest_insertion_first_solution_min_neighbors = 44;
getCheapestInsertionFirstSolutionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors for each node when creating new insertions in the parallel/sequential cheapest insertion heuristic.
getCheapestInsertionFirstSolutionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors for each node when creating new insertions in the parallel/sequential cheapest insertion heuristic.
getCheapestInsertionFirstSolutionNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors for each node when creating new insertions in the parallel/sequential cheapest insertion heuristic.
getCheapestInsertionLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
getCheapestInsertionLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
getCheapestInsertionLsOperatorMinNeighbors() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
getCheapestInsertionLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Neighbors ratio and minimum number of neighbors for the heuristic when used in a local search operator (see local_search_operators.use_global_cheapest_insertion_path_lns and local_search_operators.use_global_cheapest_insertion_chain_lns below).
getCheapestInsertionLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Neighbors ratio and minimum number of neighbors for the heuristic when used in a local search operator (see local_search_operators.use_global_cheapest_insertion_path_lns and local_search_operators.use_global_cheapest_insertion_chain_lns below).
getCheapestInsertionLsOperatorNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Neighbors ratio and minimum number of neighbors for the heuristic when used in a local search operator (see local_search_operators.use_global_cheapest_insertion_path_lns and local_search_operators.use_global_cheapest_insertion_chain_lns below).
getCheckSolutionPeriod() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the behavior of local search.
getCheckSolutionPeriod() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Control the behavior of local search.
getCheckSolutionPeriod() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Control the behavior of local search.
getChristofidesUseMinimumMatching() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true use minimum matching instead of minimal matching in the Christofides algorithm.
getChristofidesUseMinimumMatching() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
If true use minimum matching instead of minimal matching in the Christofides algorithm.
getChristofidesUseMinimumMatching() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
If true use minimum matching instead of minimal matching in the Christofides algorithm.
getCircuit() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
getCircuit() - Method in class com.google.ortools.sat.ConstraintProto
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
getCircuit() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
getCircuitBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
getCircuitOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
getCircuitOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
getCircuitOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
getClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
Clause activity parameters (same effect as the one on the variables).
getClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters
Clause activity parameters (same effect as the one on the variables).
getClauseActivityDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Clause activity parameters (same effect as the one on the variables).
getClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters.Builder
All the clauses with a LBD (literal blocks distance) lower or equal to this parameters will always be kept.
getClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters
All the clauses with a LBD (literal blocks distance) lower or equal to this parameters will always be kept.
getClauseCleanupLbdBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
All the clauses with a LBD (literal blocks distance) lower or equal to this parameters will always be kept.
getClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
getClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
getClauseCleanupOrdering() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
getClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
Trigger a cleanup when this number of "deletable" clauses is learned.
getClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters
Trigger a cleanup when this number of "deletable" clauses is learned.
getClauseCleanupPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Trigger a cleanup when this number of "deletable" clauses is learned.
getClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
getClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
getClauseCleanupProtection() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
getClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
During a cleanup, we will always keep that number of "deletable" clauses.
getClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters
During a cleanup, we will always keep that number of "deletable" clauses.
getClauseCleanupTarget() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
During a cleanup, we will always keep that number of "deletable" clauses.
getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
Must be finite.
getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto
Must be finite.
getCoefficient(int) - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
Must be finite.
getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
Must be finite.
getCoefficient(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
Must be finite.
getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Must be finite.
getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
Must be finite.
getCoefficient(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
Must be finite.
getCoefficient(int) - Method in class com.google.ortools.sat.IntVar
 
getCoefficient(int) - Method in interface com.google.ortools.sat.LinearExpr
Returns the ith coefficient.
getCoefficient(int) - Method in class com.google.ortools.sat.ScalProd
 
getCoefficient(int) - Method in class com.google.ortools.sat.SumOfVariables
 
getCoefficient(MPVariable) - Method in class com.google.ortools.linearsolver.MPConstraint
Gets the coefficient of a given variable on the constraint (which is 0 if
the variable does not appear in the constraint).
getCoefficient(MPVariable) - Method in class com.google.ortools.linearsolver.MPObjective
Gets the coefficient of a given variable in the objective

It returns 0 if the variable does not appear in the objective).
getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
Must be finite.
getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPConstraintProto
Must be finite.
getCoefficientCount() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
Must be finite.
getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
Must be finite.
getCoefficientCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
Must be finite.
getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Must be finite.
getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
Must be finite.
getCoefficientCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
Must be finite.
getCoefficientList() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
Must be finite.
getCoefficientList() - Method in class com.google.ortools.linearsolver.MPConstraintProto
Must be finite.
getCoefficientList() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
Must be finite.
getCoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
getCoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
Must be finite.
getCoefficientList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
Must be finite.
getCoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Must be finite.
getCoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
Must be finite.
getCoefficientList() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
Must be finite.
getCoeffs(int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
repeated int64 coeffs = 4;
getCoeffs(int) - Method in class com.google.ortools.sat.CpObjectiveProto
repeated int64 coeffs = 4;
getCoeffs(int) - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
repeated int64 coeffs = 4;
getCoeffs(int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
Same size as vars.
getCoeffs(int) - Method in class com.google.ortools.sat.LinearConstraintProto
Same size as vars.
getCoeffs(int) - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
Same size as vars.
getCoeffs(int) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int64 coeffs = 2;
getCoeffs(int) - Method in class com.google.ortools.sat.LinearExpressionProto
repeated int64 coeffs = 2;
getCoeffs(int) - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
repeated int64 coeffs = 2;
getCoeffsCount() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
repeated int64 coeffs = 4;
getCoeffsCount() - Method in class com.google.ortools.sat.CpObjectiveProto
repeated int64 coeffs = 4;
getCoeffsCount() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
repeated int64 coeffs = 4;
getCoeffsCount() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
Same size as vars.
getCoeffsCount() - Method in class com.google.ortools.sat.LinearConstraintProto
Same size as vars.
getCoeffsCount() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
Same size as vars.
getCoeffsCount() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int64 coeffs = 2;
getCoeffsCount() - Method in class com.google.ortools.sat.LinearExpressionProto
repeated int64 coeffs = 2;
getCoeffsCount() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
repeated int64 coeffs = 2;
getCoeffsList() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
repeated int64 coeffs = 4;
getCoeffsList() - Method in class com.google.ortools.sat.CpObjectiveProto
repeated int64 coeffs = 4;
getCoeffsList() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
repeated int64 coeffs = 4;
getCoeffsList() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
Same size as vars.
getCoeffsList() - Method in class com.google.ortools.sat.LinearConstraintProto
Same size as vars.
getCoeffsList() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
Same size as vars.
getCoeffsList() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int64 coeffs = 2;
getCoeffsList() - Method in class com.google.ortools.sat.LinearExpressionProto
repeated int64 coeffs = 2;
getCoeffsList() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
repeated int64 coeffs = 2;
getCompressTrail() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
This parameter indicates if the solver should compress the trail during the search.
getCompressTrail() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
This parameter indicates if the solver should compress the trail during the search.
getCompressTrail() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
This parameter indicates if the solver should compress the trail during the search.
getCompressTrailValue() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
This parameter indicates if the solver should compress the trail during the search.
getCompressTrailValue() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
This parameter indicates if the solver should compress the trail during the search.
getCompressTrailValue() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
This parameter indicates if the solver should compress the trail during the search.
getConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
optional double constant = 2;
getConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
optional double constant = 2;
getConstant() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
optional double constant = 2;
getConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
The constraint activated by the indicator variable.
getConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
The constraint activated by the indicator variable.
getConstraint() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
The constraint activated by the indicator variable.
getConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
getConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto
All the constraints appearing in the model.
getConstraint(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the constraints appearing in the model.
getConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
The constraint activated by the indicator variable.
getConstraintBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
getConstraintBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
getConstraintCase() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
getConstraintCase() - Method in class com.google.ortools.sat.ConstraintProto
 
getConstraintCase() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
 
getConstraintCount() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
getConstraintCount() - Method in class com.google.ortools.linearsolver.MPModelProto
All the constraints appearing in the model.
getConstraintCount() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the constraints appearing in the model.
getConstraintList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
getConstraintList() - Method in class com.google.ortools.linearsolver.MPModelProto
All the constraints appearing in the model.
getConstraintList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the constraints appearing in the model.
getConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
The constraint activated by the indicator variable.
getConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
The constraint activated by the indicator variable.
getConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
The constraint activated by the indicator variable.
getConstraintOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
getConstraintOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto
All the constraints appearing in the model.
getConstraintOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the constraints appearing in the model.
getConstraintOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
getConstraintOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto
All the constraints appearing in the model.
getConstraintOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the constraints appearing in the model.
getConstraintOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Deprecated.
getConstraintOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
Deprecated.
getConstraintOverrides() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
Deprecated.
getConstraintOverridesCount() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
getConstraintOverridesCount() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
getConstraintOverridesCount() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
Constraints can be changed (or added) in the same way as variables, see above.
getConstraintOverridesMap() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Constraints can be changed (or added) in the same way as variables, see above.
getConstraintOverridesMap() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
Constraints can be changed (or added) in the same way as variables, see above.
getConstraintOverridesMap() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
Constraints can be changed (or added) in the same way as variables, see above.
getConstraintOverridesOrDefault(int, MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Constraints can be changed (or added) in the same way as variables, see above.
getConstraintOverridesOrDefault(int, MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
Constraints can be changed (or added) in the same way as variables, see above.
getConstraintOverridesOrDefault(int, MPConstraintProto) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
Constraints can be changed (or added) in the same way as variables, see above.
getConstraintOverridesOrThrow(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Constraints can be changed (or added) in the same way as variables, see above.
getConstraintOverridesOrThrow(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
Constraints can be changed (or added) in the same way as variables, see above.
getConstraintOverridesOrThrow(int) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
Constraints can be changed (or added) in the same way as variables, see above.
getConstraints(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraints(int) - Method in class com.google.ortools.sat.CpModelProto
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraints(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsCount() - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsCount() - Method in class com.google.ortools.sat.CpModelProto
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsCount() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsList() - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsList() - Method in class com.google.ortools.sat.CpModelProto
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsOrBuilder(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto
repeated .operations_research.sat.ConstraintProto constraints = 3;
getConstraintsOrBuilderList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
repeated .operations_research.sat.ConstraintProto constraints = 3;
getContinuousSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
getContinuousSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
getContinuousSchedulingSolver() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
getContinuousSchedulingSolverValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
getContinuousSchedulingSolverValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
getContinuousSchedulingSolverValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
getConvertIntervals() - Method in class com.google.ortools.sat.SatParameters.Builder
Temporary flag util the feature is more mature.
getConvertIntervals() - Method in class com.google.ortools.sat.SatParameters
Temporary flag util the feature is more mature.
getConvertIntervals() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Temporary flag util the feature is more mature.
getCost(int) - Method in class com.google.ortools.graph.LinearSumAssignment
 
getCostClassesCount() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the number of different cost classes in the model.
getCostClassIndexOfVehicle(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Get the cost class index of the given vehicle.
getCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether or not the assumption levels are taken into account during the LBD computation.
getCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters
Whether or not the assumption levels are taken into account during the LBD computation.
getCountAssumptionLevelsInLbd() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether or not the assumption levels are taken into account during the LBD computation.
getCoverOptimization() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, when the max-sat algo find a core, we compute the minimal number of literals in the core that needs to be true to have a feasible solution.
getCoverOptimization() - Method in class com.google.ortools.sat.SatParameters
If true, when the max-sat algo find a core, we compute the minimal number of literals in the core that needs to be true to have a feasible solution.
getCoverOptimization() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, when the max-sat algo find a core, we compute the minimal number of literals in the core that needs to be true to have a feasible solution.
getCpModelMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters.Builder
If positive, try to stop just after that many presolve rules have been applied.
getCpModelMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters
If positive, try to stop just after that many presolve rules have been applied.
getCpModelMaxNumPresolveOperations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If positive, try to stop just after that many presolve rules have been applied.
getCpModelPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters.Builder
Advanced usage.
getCpModelPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters
Advanced usage.
getCpModelPostsolveWithFullSolver() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Advanced usage.
getCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we presolve the cp_model before solving it.
getCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters
Whether we presolve the cp_model before solving it.
getCpModelPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we presolve the cp_model before solving it.
getCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
How much effort do we spend on probing.
getCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters
How much effort do we spend on probing.
getCpModelProbingLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
How much effort do we spend on probing.
getCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we also use the sat presolve when cp_model_presolve is true.
getCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters
Whether we also use the sat presolve when cp_model_presolve is true.
getCpModelUseSatPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we also use the sat presolve when cp_model_presolve is true.
getCPtr(KnapsackSolver) - Static method in class com.google.ortools.algorithms.KnapsackSolver
 
getCPtr(Assignment) - Static method in class com.google.ortools.constraintsolver.Assignment
 
getCPtr(AssignmentElement) - Static method in class com.google.ortools.constraintsolver.AssignmentElement
 
getCPtr(AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
getCPtr(AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
getCPtr(AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
getCPtr(BaseIntExpr) - Static method in class com.google.ortools.constraintsolver.BaseIntExpr
 
getCPtr(BaseLns) - Static method in class com.google.ortools.constraintsolver.BaseLns
 
getCPtr(BaseObject) - Static method in class com.google.ortools.constraintsolver.BaseObject
 
getCPtr(BasePathFilter) - Static method in class com.google.ortools.constraintsolver.BasePathFilter
 
getCPtr(BooleanVar) - Static method in class com.google.ortools.constraintsolver.BooleanVar
 
getCPtr(CastConstraint) - Static method in class com.google.ortools.constraintsolver.CastConstraint
 
getCPtr(ChangeValue) - Static method in class com.google.ortools.constraintsolver.ChangeValue
 
getCPtr(Constraint) - Static method in class com.google.ortools.constraintsolver.Constraint
 
getCPtr(CPFeasibilityFilter) - Static method in class com.google.ortools.constraintsolver.CPFeasibilityFilter
 
getCPtr(Decision) - Static method in class com.google.ortools.constraintsolver.Decision
 
getCPtr(DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.DecisionBuilder
 
getCPtr(DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.DecisionVisitor
 
getCPtr(DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
getCPtr(Demon) - Static method in class com.google.ortools.constraintsolver.Demon
 
getCPtr(DisjunctiveConstraint) - Static method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
 
getCPtr(GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
getCPtr(ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
getCPtr(IntBoolPair) - Static method in class com.google.ortools.constraintsolver.IntBoolPair
 
getCPtr(IntervalVar) - Static method in class com.google.ortools.constraintsolver.IntervalVar
 
getCPtr(IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.IntervalVarElement
 
getCPtr(IntExpr) - Static method in class com.google.ortools.constraintsolver.IntExpr
 
getCPtr(IntTupleSet) - Static method in class com.google.ortools.constraintsolver.IntTupleSet
 
getCPtr(IntVar) - Static method in class com.google.ortools.constraintsolver.IntVar
 
getCPtr(IntVarElement) - Static method in class com.google.ortools.constraintsolver.IntVarElement
 
getCPtr(IntVarIterator) - Static method in class com.google.ortools.constraintsolver.IntVarIterator
 
getCPtr(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
getCPtr(IntVarLocalSearchHandler) - Static method in class com.google.ortools.constraintsolver.IntVarLocalSearchHandler
 
getCPtr(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
getCPtr(IntVarLocalSearchOperatorTemplate) - Static method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
getCPtr(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilter
 
getCPtr(LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
getCPtr(LocalSearchFilterManager.FilterEvent) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
getCPtr(LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
getCPtr(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
getCPtr(LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
 
getCPtr(ModelCache) - Static method in class com.google.ortools.constraintsolver.ModelCache
 
getCPtr(ModelVisitor) - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getCPtr(OptimizeVar) - Static method in class com.google.ortools.constraintsolver.OptimizeVar
 
getCPtr(Pack) - Static method in class com.google.ortools.constraintsolver.Pack
 
getCPtr(PathOperator) - Static method in class com.google.ortools.constraintsolver.PathOperator
 
getCPtr(PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.PropagationBaseObject
 
getCPtr(PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.PropagationMonitor
 
getCPtr(RegularLimit) - Static method in class com.google.ortools.constraintsolver.RegularLimit
 
getCPtr(RevBool) - Static method in class com.google.ortools.constraintsolver.RevBool
 
getCPtr(RevInteger) - Static method in class com.google.ortools.constraintsolver.RevInteger
 
getCPtr(RevLong) - Static method in class com.google.ortools.constraintsolver.RevLong
 
getCPtr(RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.RevPartialSequence
 
getCPtr(RoutingDimension) - Static method in class com.google.ortools.constraintsolver.RoutingDimension
 
getCPtr(RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
getCPtr(RoutingModel) - Static method in class com.google.ortools.constraintsolver.RoutingModel
 
getCPtr(RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
getCPtr(RoutingModel.VehicleTypeContainer.VehicleClassEntry) - Static method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
getCPtr(RoutingModelVisitor) - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
 
getCPtr(SearchLimit) - Static method in class com.google.ortools.constraintsolver.SearchLimit
 
getCPtr(SearchLog) - Static method in class com.google.ortools.constraintsolver.SearchLog
 
getCPtr(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.SearchMonitor
 
getCPtr(SequenceVar) - Static method in class com.google.ortools.constraintsolver.SequenceVar
 
getCPtr(SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.SequenceVarElement
 
getCPtr(SequenceVarLocalSearchHandler) - Static method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchHandler
 
getCPtr(SequenceVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperator
 
getCPtr(SequenceVarLocalSearchOperatorTemplate) - Static method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 
getCPtr(SolutionCollector) - Static method in class com.google.ortools.constraintsolver.SolutionCollector
 
getCPtr(SolutionPool) - Static method in class com.google.ortools.constraintsolver.SolutionPool
 
getCPtr(Solver) - Static method in class com.google.ortools.constraintsolver.Solver
 
getCPtr(Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
getCPtr(SWIGTYPE_p_absl__Duration) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
 
getCPtr(SWIGTYPE_p_absl__flat_hash_setT_int_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_int_t
 
getCPtr(SWIGTYPE_p_std__pairT_int_bool_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__pairT_int_bool_t
 
getCPtr(SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t
 
getCPtr(SWIGTYPE_p_std__vectorT_int_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_int_t
 
getCPtr(SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t
 
getCPtr(SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t
 
getCPtr(SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t
 
getCPtr(SWIGTYPE_p_std__vectorT_std__vectorT_long_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__vectorT_long_t_t
 
getCPtr(SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
getCPtr(TypeIncompatibilityChecker) - Static method in class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
 
getCPtr(TypeRegulationsChecker) - Static method in class com.google.ortools.constraintsolver.TypeRegulationsChecker
 
getCPtr(TypeRegulationsConstraint) - Static method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
getCPtr(TypeRequirementChecker) - Static method in class com.google.ortools.constraintsolver.TypeRequirementChecker
 
getCPtr(LinearSumAssignment) - Static method in class com.google.ortools.graph.LinearSumAssignment
 
getCPtr(MaxFlow) - Static method in class com.google.ortools.graph.MaxFlow
 
getCPtr(MinCostFlow) - Static method in class com.google.ortools.graph.MinCostFlow
 
getCPtr(MinCostFlowBase) - Static method in class com.google.ortools.graph.MinCostFlowBase
 
getCPtr(MPConstraint) - Static method in class com.google.ortools.linearsolver.MPConstraint
 
getCPtr(MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.MPModelExportOptions
 
getCPtr(MPObjective) - Static method in class com.google.ortools.linearsolver.MPObjective
 
getCPtr(MPSolver) - Static method in class com.google.ortools.linearsolver.MPSolver
 
getCPtr(MPSolverParameters) - Static method in class com.google.ortools.linearsolver.MPSolverParameters
 
getCPtr(MPVariable) - Static method in class com.google.ortools.linearsolver.MPVariable
 
getCPtr(SatHelper) - Static method in class com.google.ortools.sat.SatHelper
 
getCPtr(SolutionCallback) - Static method in class com.google.ortools.sat.SolutionCallback
 
getCPtr(Domain) - Static method in class com.google.ortools.util.Domain
 
getCPtr(SortedDisjointIntervalList) - Static method in class com.google.ortools.util.SortedDisjointIntervalList
 
getCPtr(SWIGTYPE_p_std__setT_operations_research__ClosedInterval_operations_research__SortedDisjointIntervalList__IntervalComparator_t__iterator) - Static method in class com.google.ortools.util.SWIGTYPE_p_std__setT_operations_research__ClosedInterval_operations_research__SortedDisjointIntervalList__IntervalComparator_t__iterator
 
getCumulative() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
bool cumulative = 6;
getCumulative() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
bool cumulative = 6;
getCumulative() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
bool cumulative = 6;
getCumulative() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
getCumulative() - Method in class com.google.ortools.sat.ConstraintProto
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
getCumulative() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
getCumulativeBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
getCumulativeOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
getCumulativeOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
getCumulativeOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
getCumulVarSoftLowerBound(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns the soft lower bound of a cumul variable for a given variable
index.
getCumulVarSoftLowerBoundCoefficient(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns the cost coefficient of the soft lower bound of a cumul variable
for a given variable index.
getCumulVarSoftUpperBound(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns the soft upper bound of a cumul variable for a given variable
index.
getCumulVarSoftUpperBoundCoefficient(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns the cost coefficient of the soft upper bound of a cumul variable
for a given variable index.
getCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double cut_active_count_decay = 156 [default = 0.8];
getCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters
optional double cut_active_count_decay = 156 [default = 0.8];
getCutActiveCountDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double cut_active_count_decay = 156 [default = 0.8];
getCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
Target number of constraints to remove during cleanup.
getCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters
Target number of constraints to remove during cleanup.
getCutCleanupTarget() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Target number of constraints to remove during cleanup.
getCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters.Builder
These parameters are similar to sat clause management activity parameters.
getCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters
These parameters are similar to sat clause management activity parameters.
getCutMaxActiveCountValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
These parameters are similar to sat clause management activity parameters.
getCycleSizes(int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
repeated int32 cycle_sizes = 2;
getCycleSizes(int) - Method in class com.google.ortools.sat.SparsePermutationProto
repeated int32 cycle_sizes = 2;
getCycleSizes(int) - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
repeated int32 cycle_sizes = 2;
getCycleSizesCount() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
repeated int32 cycle_sizes = 2;
getCycleSizesCount() - Method in class com.google.ortools.sat.SparsePermutationProto
repeated int32 cycle_sizes = 2;
getCycleSizesCount() - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
repeated int32 cycle_sizes = 2;
getCycleSizesList() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
repeated int32 cycle_sizes = 2;
getCycleSizesList() - Method in class com.google.ortools.sat.SparsePermutationProto
repeated int32 cycle_sizes = 2;
getCycleSizesList() - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
repeated int32 cycle_sizes = 2;
getDecision_builder() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
When defined, this overrides the default impact based decision builder.
getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPModelProto
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
getDefaultInstance() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
getDefaultInstance() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.BoolArgumentProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.ConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.CpModelProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.CpObjectiveProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.CpSolverResponse
 
getDefaultInstance() - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
getDefaultInstance() - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.DenseMatrixProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.ElementConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.IntegerVariableProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.InverseConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.LinearArgumentProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.LinearConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.LinearExpressionProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
getDefaultInstance() - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.SatParameters
 
getDefaultInstance() - Static method in class com.google.ortools.sat.SparsePermutationProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.SymmetryProto
 
getDefaultInstance() - Static method in class com.google.ortools.sat.TableConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.BoolArgumentProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.ConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpModelProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpModelProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpObjectiveProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpSolverResponse
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.DenseMatrixProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.ElementConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntegerArgumentProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntegerVariableProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.InverseConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearArgumentProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearExpressionProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.SatParameters.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.SatParameters
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.SparsePermutationProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.SymmetryProto
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
getDefaultInstanceForType() - Method in class com.google.ortools.sat.TableConstraintProto
 
getDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters.Builder
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
getDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
getDefaultRestartAlgorithms() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
getDefaultRestartAlgorithmsBytes() - Method in class com.google.ortools.sat.SatParameters.Builder
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
getDefaultRestartAlgorithmsBytes() - Method in class com.google.ortools.sat.SatParameters
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
getDefaultRestartAlgorithmsBytes() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
getDemands(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
getDemands(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto
Same size as intervals.
getDemands(int) - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
Same size as intervals.
getDemands(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
constants, can be negative.
getDemands(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
constants, can be negative.
getDemands(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
constants, can be negative.
getDemands(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
Experimental.
getDemands(int) - Method in class com.google.ortools.sat.RoutesConstraintProto
Experimental.
getDemands(int) - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
Experimental.
getDemandsCount() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
getDemandsCount() - Method in class com.google.ortools.sat.CumulativeConstraintProto
Same size as intervals.
getDemandsCount() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
Same size as intervals.
getDemandsCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
constants, can be negative.
getDemandsCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto
constants, can be negative.
getDemandsCount() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
constants, can be negative.
getDemandsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
Experimental.
getDemandsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto
Experimental.
getDemandsCount() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
Experimental.
getDemandsList() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
getDemandsList() - Method in class com.google.ortools.sat.CumulativeConstraintProto
Same size as intervals.
getDemandsList() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
Same size as intervals.
getDemandsList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
constants, can be negative.
getDemandsList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
constants, can be negative.
getDemandsList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
constants, can be negative.
getDemandsList() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
Experimental.
getDemandsList() - Method in class com.google.ortools.sat.RoutesConstraintProto
Experimental.
getDemandsList() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
Experimental.
getDepot() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the variable index of the first starting or ending node of all
routes.
getDescriptor() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
getDescriptor() - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
getDescriptor() - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
getDescriptor() - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingEnums
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingParameters
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
getDescriptor() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.SearchLimitProtobuf
 
getDescriptor() - Static method in class com.google.ortools.constraintsolver.SolverParameters
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.LinearSolver
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelProto
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
 
getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
getDescriptor() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
getDescriptor() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.BoolArgumentProto
 
getDescriptor() - Static method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.sat.ConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.ConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.sat.CpModelProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.CpModelProto
 
getDescriptor() - Static method in class com.google.ortools.sat.CpModelProtobuf
 
getDescriptor() - Static method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.CpObjectiveProto
 
getDescriptor() - Static method in class com.google.ortools.sat.CpSolverResponse.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.CpSolverResponse
 
getDescriptor() - Static method in enum com.google.ortools.sat.CpSolverStatus
 
getDescriptor() - Static method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
getDescriptor() - Static method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
getDescriptor() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
 
getDescriptor() - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
getDescriptor() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
 
getDescriptor() - Static method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.DenseMatrixProto
 
getDescriptor() - Static method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.ElementConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
getDescriptor() - Static method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.IntegerVariableProto
 
getDescriptor() - Static method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.InverseConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.LinearArgumentProto
 
getDescriptor() - Static method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.LinearConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.LinearExpressionProto
 
getDescriptor() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
getDescriptor() - Static method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
getDescriptor() - Static method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
 
getDescriptor() - Static method in class com.google.ortools.sat.SatParameters.Builder
 
getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
 
getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
 
getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
 
getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
 
getDescriptor() - Static method in class com.google.ortools.sat.SatParameters
 
getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
 
getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
 
getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.Polarity
 
getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
 
getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
 
getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
 
getDescriptor() - Static method in class com.google.ortools.sat.SatParametersOuterClass
 
getDescriptor() - Static method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.SparsePermutationProto
 
getDescriptor() - Static method in class com.google.ortools.sat.SymmetryProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.SymmetryProto
 
getDescriptor() - Static method in class com.google.ortools.sat.TableConstraintProto.Builder
 
getDescriptor() - Static method in class com.google.ortools.sat.TableConstraintProto
 
getDescriptor() - Static method in enum com.google.ortools.util.OptionalBoolean
 
getDescriptor() - Static method in class com.google.ortools.util.OptionalBooleanOuterClass
 
getDescriptorForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
 
getDescriptorForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
 
getDescriptorForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
 
getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
 
getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
getDescriptorForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.CpModelProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
getDescriptorForType() - Method in enum com.google.ortools.sat.CpSolverStatus
 
getDescriptorForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
getDescriptorForType() - Method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
 
getDescriptorForType() - Method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
 
getDescriptorForType() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
 
getDescriptorForType() - Method in class com.google.ortools.sat.SatParameters.Builder
 
getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
 
getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.ClauseProtection
 
getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
 
getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
 
getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
 
getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
 
getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.Polarity
 
getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
 
getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.SearchBranching
 
getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.VariableOrder
 
getDescriptorForType() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
getDescriptorForType() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
getDescriptorForType() - Method in enum com.google.ortools.util.OptionalBoolean
 
getDeterministicTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
double deterministic_time = 17;
getDeterministicTime() - Method in class com.google.ortools.sat.CpSolverResponse
double deterministic_time = 17;
getDeterministicTime() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
double deterministic_time = 17;
getDiffnUseCumulative() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the propagation of the diffn constraint.
getDiffnUseCumulative() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Control the propagation of the diffn constraint.
getDiffnUseCumulative() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Control the propagation of the diffn constraint.
getDimensionOrDie(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns a dimension from its name.
getDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, it disable all constraint expansion.
getDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters
If true, it disable all constraint expansion.
getDisableConstraintExpansion() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, it disable all constraint expansion.
getDisableSolve() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool disable_solve = 15;
getDisableSolve() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
bool disable_solve = 15;
getDisableSolve() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
bool disable_solve = 15;
getDisjunctionIndices(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the variable indices of the nodes in the disjunction of index
'index'.
getDisjunctionIndices(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the indices of the disjunctions to which an index belongs.
getDisjunctionMaxCardinality(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the maximum number of possible active nodes of the node
disjunction of index 'index'.
getDisjunctionPenalty(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the penalty of the node disjunction of index 'index'.
getDisplay_level() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
This represents the amount of information displayed by the default search.
NONE means no display, VERBOSE means extra information.
getDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, registers more lns subsolvers with different parameters.
getDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters
If true, registers more lns subsolvers with different parameters.
getDiversifyLnsParams() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, registers more lns subsolvers with different parameters.
getDomain() - Method in class com.google.ortools.sat.IntVar
Returns the domain of the variable.
getDomain(int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
If non-empty, only look for an objective value in the given domain.
getDomain(int) - Method in class com.google.ortools.sat.CpObjectiveProto
If non-empty, only look for an objective value in the given domain.
getDomain(int) - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
If non-empty, only look for an objective value in the given domain.
getDomain(int) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
getDomain(int) - Method in class com.google.ortools.sat.IntegerVariableProto
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
getDomain(int) - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
getDomain(int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int64 domain = 3;
getDomain(int) - Method in class com.google.ortools.sat.LinearConstraintProto
repeated int64 domain = 3;
getDomain(int) - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
repeated int64 domain = 3;
getDomainCount() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
If non-empty, only look for an objective value in the given domain.
getDomainCount() - Method in class com.google.ortools.sat.CpObjectiveProto
If non-empty, only look for an objective value in the given domain.
getDomainCount() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
If non-empty, only look for an objective value in the given domain.
getDomainCount() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
getDomainCount() - Method in class com.google.ortools.sat.IntegerVariableProto
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
getDomainCount() - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
getDomainCount() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int64 domain = 3;
getDomainCount() - Method in class com.google.ortools.sat.LinearConstraintProto
repeated int64 domain = 3;
getDomainCount() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
repeated int64 domain = 3;
getDomainList() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
If non-empty, only look for an objective value in the given domain.
getDomainList() - Method in class com.google.ortools.sat.CpObjectiveProto
If non-empty, only look for an objective value in the given domain.
getDomainList() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
If non-empty, only look for an objective value in the given domain.
getDomainList() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
getDomainList() - Method in class com.google.ortools.sat.IntegerVariableProto
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
getDomainList() - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
getDomainList() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int64 domain = 3;
getDomainList() - Method in class com.google.ortools.sat.LinearConstraintProto
repeated int64 domain = 3;
getDomainList() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
repeated int64 domain = 3;
getDomainReductionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
getDomainReductionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
getDomainReductionStrategy() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
getDomainReductionStrategyValue() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
getDomainReductionStrategyValue() - Method in class com.google.ortools.sat.DecisionStrategyProto
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
getDomainReductionStrategyValue() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
getDoubleParam(MPSolverParameters.DoubleParam) - Method in class com.google.ortools.linearsolver.MPSolverParameters
Returns the value of a double parameter.
getDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for dual feasibility.
getDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
Tolerance for dual feasibility.
getDualTolerance() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
Tolerance for dual feasibility.
getDualToleranceBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for dual feasibility.
getDualToleranceOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for dual feasibility.
getDualToleranceOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
Tolerance for dual feasibility.
getDualToleranceOrBuilder() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
Tolerance for dual feasibility.
getDualValue(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
getDualValue(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
getDualValue(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
getDualValueCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
getDualValueCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
getDualValueCount() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
getDualValueList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
getDualValueList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
getDualValueList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
getElement() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The element constraint forces the variable with the given index to be equal to the target.
getElement() - Method in class com.google.ortools.sat.ConstraintProto
The element constraint forces the variable with the given index to be equal to the target.
getElement() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The element constraint forces the variable with the given index to be equal to the target.
getElementBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The element constraint forces the variable with the given index to be equal to the target.
getElementOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The element constraint forces the variable with the given index to be equal to the target.
getElementOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The element constraint forces the variable with the given index to be equal to the target.
getElementOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The element constraint forces the variable with the given index to be equal to the target.
getEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
If this is set, then EnableOutput() will be set on the internal MPSolver that solves the model.
getEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest
If this is set, then EnableOutput() will be set on the internal MPSolver that solves the model.
getEnableInternalSolverOutput() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
If this is set, then EnableOutput() will be set on the internal MPSolver that solves the model.
getEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
int32 end = 2;
getEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto
int32 end = 2;
getEnd() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
int32 end = 2;
getEndIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
getEndView() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto end_view = 5;
getEndView() - Method in class com.google.ortools.sat.IntervalConstraintProto
.operations_research.sat.LinearExpressionProto end_view = 5;
getEndView() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
.operations_research.sat.LinearExpressionProto end_view = 5;
getEndViewBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto end_view = 5;
getEndViewOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto end_view = 5;
getEndViewOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto
.operations_research.sat.LinearExpressionProto end_view = 5;
getEndViewOrBuilder() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
.operations_research.sat.LinearExpressionProto end_view = 5;
getEnforcementLiteral(int) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The constraint will be enforced iff all literals listed here are true.
getEnforcementLiteral(int) - Method in class com.google.ortools.sat.ConstraintProto
The constraint will be enforced iff all literals listed here are true.
getEnforcementLiteral(int) - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The constraint will be enforced iff all literals listed here are true.
getEnforcementLiteralCount() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The constraint will be enforced iff all literals listed here are true.
getEnforcementLiteralCount() - Method in class com.google.ortools.sat.ConstraintProto
The constraint will be enforced iff all literals listed here are true.
getEnforcementLiteralCount() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The constraint will be enforced iff all literals listed here are true.
getEnforcementLiteralList() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The constraint will be enforced iff all literals listed here are true.
getEnforcementLiteralList() - Method in class com.google.ortools.sat.ConstraintProto
The constraint will be enforced iff all literals listed here are true.
getEnforcementLiteralList() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The constraint will be enforced iff all literals listed here are true.
getEntries(int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
repeated int32 entries = 3;
getEntries(int) - Method in class com.google.ortools.sat.DenseMatrixProto
repeated int32 entries = 3;
getEntries(int) - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
repeated int32 entries = 3;
getEntriesCount() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
repeated int32 entries = 3;
getEntriesCount() - Method in class com.google.ortools.sat.DenseMatrixProto
repeated int32 entries = 3;
getEntriesCount() - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
repeated int32 entries = 3;
getEntriesList() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
repeated int32 entries = 3;
getEntriesList() - Method in class com.google.ortools.sat.DenseMatrixProto
repeated int32 entries = 3;
getEntriesList() - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
repeated int32 entries = 3;
getEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we enumerate all solutions of a problem without objective.
getEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters
Whether we enumerate all solutions of a problem without objective.
getEnumerateAllSolutions() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we enumerate all solutions of a problem without objective.
getEvent_type() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
getExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The exactly_one constraint force exactly one literal to true and no more.
getExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto
The exactly_one constraint force exactly one literal to true and no more.
getExactlyOne() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The exactly_one constraint force exactly one literal to true and no more.
getExactlyOneBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The exactly_one constraint force exactly one literal to true and no more.
getExactlyOneOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The exactly_one constraint force exactly one literal to true and no more.
getExactlyOneOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The exactly_one constraint force exactly one literal to true and no more.
getExactlyOneOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The exactly_one constraint force exactly one literal to true and no more.
getExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, expand all_different constraints that are not permutations.
getExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters
If true, expand all_different constraints that are not permutations.
getExpandAlldiffConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, expand all_different constraints that are not permutations.
getExpandAutomatonConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the automaton constraints are expanded.
getExpandAutomatonConstraints() - Method in class com.google.ortools.sat.SatParameters
If true, the automaton constraints are expanded.
getExpandAutomatonConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the automaton constraints are expanded.
getExpandElementConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the element constraints are expanded into many linear constraints of the form (index == i) => (element[i] == target).
getExpandElementConstraints() - Method in class com.google.ortools.sat.SatParameters
If true, the element constraints are expanded into many linear constraints of the form (index == i) => (element[i] == target).
getExpandElementConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the element constraints are expanded into many linear constraints of the form (index == i) => (element[i] == target).
getExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, expand the reservoir constraints by creating booleans for all possible precedences between event and encoding the constraint.
getExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters
If true, expand the reservoir constraints by creating booleans for all possible precedences between event and encoding the constraint.
getExpandReservoirConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, expand the reservoir constraints by creating booleans for all possible precedences between event and encoding the constraint.
getExpandTableConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the positive table constraints are expanded.
getExpandTableConstraints() - Method in class com.google.ortools.sat.SatParameters
If true, the positive table constraints are expanded.
getExpandTableConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the positive table constraints are expanded.
getExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
If true and the Lp relaxation of the problem has a solution, try to exploit it.
getExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters
If true and the Lp relaxation of the problem has a solution, try to exploit it.
getExploitAllLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true and the Lp relaxation of the problem has a solution, try to exploit it.
getExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
When branching on a variable, follow the last best solution value.
getExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters
When branching on a variable, follow the last best solution value.
getExploitBestSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When branching on a variable, follow the last best solution value.
getExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
If true and the Lp relaxation of the problem has an integer optimal solution, try to exploit it.
getExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters
If true and the Lp relaxation of the problem has an integer optimal solution, try to exploit it.
getExploitIntegerLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true and the Lp relaxation of the problem has an integer optimal solution, try to exploit it.
getExploitObjective() - Method in class com.google.ortools.sat.SatParameters.Builder
When branching an a variable that directly affect the objective, branch on the value that lead to the best objective first.
getExploitObjective() - Method in class com.google.ortools.sat.SatParameters
When branching an a variable that directly affect the objective, branch on the value that lead to the best objective first.
getExploitObjective() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When branching an a variable that directly affect the objective, branch on the value that lead to the best objective first.
getExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
When branching on a variable, follow the last best relaxation solution value.
getExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters
When branching on a variable, follow the last best relaxation solution value.
getExploitRelaxationSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When branching on a variable, follow the last best relaxation solution value.
getExpression() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
getExprs(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprs(int) - Method in class com.google.ortools.sat.LinearArgumentProto
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprs(int) - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsBuilder(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsBuilderList() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsCount() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsCount() - Method in class com.google.ortools.sat.LinearArgumentProto
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsCount() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsList() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsList() - Method in class com.google.ortools.sat.LinearArgumentProto
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsList() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsOrBuilder(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsOrBuilder(int) - Method in class com.google.ortools.sat.LinearArgumentProto
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsOrBuilder(int) - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsOrBuilderList() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsOrBuilderList() - Method in class com.google.ortools.sat.LinearArgumentProto
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getExprsOrBuilderList() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
getFailures() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
int64 failures = 3;
getFailures() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
int64 failures = 3;
getFailures() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
int64 failures = 3;
getFDirect(int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_direct = 1;
getFDirect(int) - Method in class com.google.ortools.sat.InverseConstraintProto
repeated int32 f_direct = 1;
getFDirect(int) - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
repeated int32 f_direct = 1;
getFDirectCount() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_direct = 1;
getFDirectCount() - Method in class com.google.ortools.sat.InverseConstraintProto
repeated int32 f_direct = 1;
getFDirectCount() - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
repeated int32 f_direct = 1;
getFDirectList() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_direct = 1;
getFDirectList() - Method in class com.google.ortools.sat.InverseConstraintProto
repeated int32 f_direct = 1;
getFDirectList() - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
repeated int32 f_direct = 1;
getFillLogsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether logs should be stored in the response proto.
getFillLogsInResponse() - Method in class com.google.ortools.sat.SatParameters
Whether logs should be stored in the response proto.
getFillLogsInResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether logs should be stored in the response proto.
getFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, add information about the derived variable domains to the CpSolverResponse.
getFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters
If true, add information about the derived variable domains to the CpSolverResponse.
getFillTightenedDomainsInResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, add information about the derived variable domains to the CpSolverResponse.
getFilter() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
getFinalStates(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 final_states = 3;
getFinalStates(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
repeated int64 final_states = 3;
getFinalStates(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
repeated int64 final_states = 3;
getFinalStatesCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 final_states = 3;
getFinalStatesCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
repeated int64 final_states = 3;
getFinalStatesCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
repeated int64 final_states = 3;
getFinalStatesList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 final_states = 3;
getFinalStatesList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
repeated int64 final_states = 3;
getFinalStatesList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
repeated int64 final_states = 3;
getFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we try to find more independent cores for a given set of assumptions in the core based max-SAT algorithms.
getFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters
Whether we try to find more independent cores for a given set of assumptions in the core based max-SAT algorithms.
getFindMultipleCores() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we try to find more independent cores for a given set of assumptions in the core based max-SAT algorithms.
getFInverse(int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_inverse = 2;
getFInverse(int) - Method in class com.google.ortools.sat.InverseConstraintProto
repeated int32 f_inverse = 2;
getFInverse(int) - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
repeated int32 f_inverse = 2;
getFInverseCount() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_inverse = 2;
getFInverseCount() - Method in class com.google.ortools.sat.InverseConstraintProto
repeated int32 f_inverse = 2;
getFInverseCount() - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
repeated int32 f_inverse = 2;
getFInverseList() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_inverse = 2;
getFInverseList() - Method in class com.google.ortools.sat.InverseConstraintProto
repeated int32 f_inverse = 2;
getFInverseList() - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
repeated int32 f_inverse = 2;
getFirst() - Method in class com.google.ortools.constraintsolver.IntBoolPair
 
getFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
First solution strategies, used as starting point of local search.
getFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
First solution strategies, used as starting point of local search.
getFirstSolutionStrategy() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
First solution strategies, used as starting point of local search.
getFirstSolutionStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
First solution strategies, used as starting point of local search.
getFirstSolutionStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
First solution strategies, used as starting point of local search.
getFirstSolutionStrategyValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
First solution strategies, used as starting point of local search.
getFixed_cost() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
getFixedCostOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the route fixed cost taken into account if the route of the
vehicle is not empty, aka there's at least one node on the route other
than the first and last nodes.
getFlow(int) - Method in class com.google.ortools.graph.MaxFlow
 
getFlow(int) - Method in class com.google.ortools.graph.MinCostFlow
 
getFpRounding() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
getFpRounding() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
getFpRounding() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
getGeneralConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
getGeneralConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto
All the general constraints appearing in the model.
getGeneralConstraint(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the general constraints appearing in the model.
getGeneralConstraintBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
getGeneralConstraintBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
getGeneralConstraintCase() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
getGeneralConstraintCase() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
getGeneralConstraintCase() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
 
getGeneralConstraintCount() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
getGeneralConstraintCount() - Method in class com.google.ortools.linearsolver.MPModelProto
All the general constraints appearing in the model.
getGeneralConstraintCount() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the general constraints appearing in the model.
getGeneralConstraintList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
getGeneralConstraintList() - Method in class com.google.ortools.linearsolver.MPModelProto
All the general constraints appearing in the model.
getGeneralConstraintList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the general constraints appearing in the model.
getGeneralConstraintOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
getGeneralConstraintOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto
All the general constraints appearing in the model.
getGeneralConstraintOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the general constraints appearing in the model.
getGeneralConstraintOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
getGeneralConstraintOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto
All the general constraints appearing in the model.
getGeneralConstraintOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the general constraints appearing in the model.
GetGlobalOptimizerOffset() - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
getGlobalSpanCostCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
getGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double glucose_decay_increment = 23 [default = 0.01];
getGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters
optional double glucose_decay_increment = 23 [default = 0.01];
getGlucoseDecayIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double glucose_decay_increment = 23 [default = 0.01];
getGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 glucose_decay_increment_period = 24 [default = 5000];
getGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters
optional int32 glucose_decay_increment_period = 24 [default = 5000];
getGlucoseDecayIncrementPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional int32 glucose_decay_increment_period = 24 [default = 5000];
getGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until 0.95.
getGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until 0.95.
getGlucoseMaxDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until 0.95.
getGuidedLocalSearchLambdaCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
These are advanced settings which should not be modified unless you know what you are doing.
getGuidedLocalSearchLambdaCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
These are advanced settings which should not be modified unless you know what you are doing.
getGuidedLocalSearchLambdaCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
These are advanced settings which should not be modified unless you know what you are doing.
getHead(int) - Method in class com.google.ortools.graph.MaxFlow
 
getHead(int) - Method in class com.google.ortools.graph.MinCostFlow
 
getHeads(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 heads = 4;
getHeads(int) - Method in class com.google.ortools.sat.CircuitConstraintProto
repeated int32 heads = 4;
getHeads(int) - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
repeated int32 heads = 4;
getHeads(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 heads = 2;
getHeads(int) - Method in class com.google.ortools.sat.RoutesConstraintProto
repeated int32 heads = 2;
getHeads(int) - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
repeated int32 heads = 2;
getHeadsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 heads = 4;
getHeadsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto
repeated int32 heads = 4;
getHeadsCount() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
repeated int32 heads = 4;
getHeadsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 heads = 2;
getHeadsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto
repeated int32 heads = 2;
getHeadsCount() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
repeated int32 heads = 2;
getHeadsList() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 heads = 4;
getHeadsList() - Method in class com.google.ortools.sat.CircuitConstraintProto
repeated int32 heads = 4;
getHeadsList() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
repeated int32 heads = 4;
getHeadsList() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 heads = 2;
getHeadsList() - Method in class com.google.ortools.sat.RoutesConstraintProto
repeated int32 heads = 2;
getHeadsList() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
repeated int32 heads = 2;
getHeuristic_num_failures_limit() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
The failure limit for each heuristic that we run.
getHeuristic_period() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
The distance in nodes between each run of the heuristics.
getHeuristicCloseNodesLnsNumNodes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Number of closest nodes to consider for each node during the destruction phase of the FilteredHeuristicCloseNodesLNSOperator.
getHeuristicCloseNodesLnsNumNodes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Number of closest nodes to consider for each node during the destruction phase of the FilteredHeuristicCloseNodesLNSOperator.
getHeuristicCloseNodesLnsNumNodes() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Number of closest nodes to consider for each node during the destruction phase of the FilteredHeuristicCloseNodesLNSOperator.
getHeuristicExpensiveChainLnsNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Number of expensive arcs to consider cutting in the FilteredHeuristicExpensiveChainLNSOperator operator.
getHeuristicExpensiveChainLnsNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Number of expensive arcs to consider cutting in the FilteredHeuristicExpensiveChainLNSOperator operator.
getHeuristicExpensiveChainLnsNumArcsToConsider() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Number of expensive arcs to consider cutting in the FilteredHeuristicExpensiveChainLNSOperator operator.
getHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
Conflict limit used in the phase that exploit the solution hint.
getHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters
Conflict limit used in the phase that exploit the solution hint.
getHintConflictLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Conflict limit used in the phase that exploit the solution hint.
getHomogeneousCost(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the cost of the segment between two nodes supposing all vehicle
costs are the same (returns the cost for the first vehicle otherwise).
getIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
getIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
getIgnoreSolverSpecificParametersFailure() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
getImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
The improvement search limit is added to the solver if the following parameters are set.
getImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
The improvement search limit is added to the solver if the following parameters are set.
getImprovementLimitParameters() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
The improvement search limit is added to the solver if the following parameters are set.
getImprovementLimitParametersBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
The improvement search limit is added to the solver if the following parameters are set.
getImprovementLimitParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
The improvement search limit is added to the solver if the following parameters are set.
getImprovementLimitParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
The improvement search limit is added to the solver if the following parameters are set.
getImprovementLimitParametersOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
The improvement search limit is added to the solver if the following parameters are set.
getImprovementRateCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
Parameter that regulates exchange rate between objective improvement and number of neighbors spent.
getImprovementRateCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
Parameter that regulates exchange rate between objective improvement and number of neighbors spent.
getImprovementRateCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParametersOrBuilder
Parameter that regulates exchange rate between objective improvement and number of neighbors spent.
getImprovementRateSolutionsDistance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
Parameter that specifies the distance between improvements taken into consideration for calculating the improvement rate.
getImprovementRateSolutionsDistance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
Parameter that specifies the distance between improvements taken into consideration for calculating the improvement rate.
getImprovementRateSolutionsDistance() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParametersOrBuilder
Parameter that specifies the distance between improvements taken into consideration for calculating the improvement rate.
getIndex() - Method in class com.google.ortools.sat.Constraint
Returns the index of the constraint in the model.
getIndex() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
int32 index = 1;
getIndex() - Method in class com.google.ortools.sat.ElementConstraintProto
int32 index = 1;
getIndex() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
int32 index = 1;
getIndex() - Method in class com.google.ortools.sat.IntervalVar
Returns the index of the interval constraint in the model.
getIndex() - Method in class com.google.ortools.sat.IntVar
Internal, returns the index of the variable in the underlying CpModelProto.
getIndex() - Method in interface com.google.ortools.sat.Literal
 
getIndex() - Method in class com.google.ortools.sat.NotBooleanVariable
Internal: returns the index in the literal in the underlying CpModelProto.
getIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
getIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
getIndicatorConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
getIndicatorConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
getIndicatorConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
getIndicatorConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
getIndicatorConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
getInitialization_splits() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
Maximum number of intervals that the initialization of impacts will scan
per variable.
getInitialPolarity() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
getInitialPolarity() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
getInitialPolarity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
getInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters.Builder
The initial value of the variables activity.
getInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters
The initial value of the variables activity.
getInitialVariablesActivity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The initial value of the variables activity.
getInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the solver will add a default integer branching strategy to the already defined search strategy.
getInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters
If true, the solver will add a default integer branching strategy to the already defined search strategy.
getInstantiateAllVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the solver will add a default integer branching strategy to the already defined search strategy.
getIntDiv() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_div constraint forces the target to equal vars[0] / vars[1].
getIntDiv() - Method in class com.google.ortools.sat.ConstraintProto
The int_div constraint forces the target to equal vars[0] / vars[1].
getIntDiv() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_div constraint forces the target to equal vars[0] / vars[1].
getIntDivBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_div constraint forces the target to equal vars[0] / vars[1].
getIntDivOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_div constraint forces the target to equal vars[0] / vars[1].
getIntDivOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The int_div constraint forces the target to equal vars[0] / vars[1].
getIntDivOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_div constraint forces the target to equal vars[0] / vars[1].
getIntegerParam(MPSolverParameters.IntegerParam) - Method in class com.google.ortools.linearsolver.MPSolverParameters
Returns the value of an integer parameter.
getInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 interleave_batch_size = 134 [default = 1];
getInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters
optional int32 interleave_batch_size = 134 [default = 1];
getInterleaveBatchSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional int32 interleave_batch_size = 134 [default = 1];
getInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
Experimental.
getInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters
Experimental.
getInterleaveSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Experimental.
getInterval() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The interval constraint takes a start, end, and size, and forces start + size == end.
getInterval() - Method in class com.google.ortools.sat.ConstraintProto
The interval constraint takes a start, end, and size, and forces start + size == end.
getInterval() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The interval constraint takes a start, end, and size, and forces start + size == end.
getIntervalBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The interval constraint takes a start, end, and size, and forces start + size == end.
getIntervalOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The interval constraint takes a start, end, and size, and forces start + size == end.
getIntervalOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The interval constraint takes a start, end, and size, and forces start + size == end.
getIntervalOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The interval constraint takes a start, end, and size, and forces start + size == end.
getIntervals(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
repeated int32 intervals = 2;
getIntervals(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto
repeated int32 intervals = 2;
getIntervals(int) - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
repeated int32 intervals = 2;
getIntervals(int) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
repeated int32 intervals = 1;
getIntervals(int) - Method in class com.google.ortools.sat.NoOverlapConstraintProto
repeated int32 intervals = 1;
getIntervals(int) - Method in interface com.google.ortools.sat.NoOverlapConstraintProtoOrBuilder
repeated int32 intervals = 1;
getIntervalsCount() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
repeated int32 intervals = 2;
getIntervalsCount() - Method in class com.google.ortools.sat.CumulativeConstraintProto
repeated int32 intervals = 2;
getIntervalsCount() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
repeated int32 intervals = 2;
getIntervalsCount() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
repeated int32 intervals = 1;
getIntervalsCount() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
repeated int32 intervals = 1;
getIntervalsCount() - Method in interface com.google.ortools.sat.NoOverlapConstraintProtoOrBuilder
repeated int32 intervals = 1;
getIntervalsList() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
repeated int32 intervals = 2;
getIntervalsList() - Method in class com.google.ortools.sat.CumulativeConstraintProto
repeated int32 intervals = 2;
getIntervalsList() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
repeated int32 intervals = 2;
getIntervalsList() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
repeated int32 intervals = 1;
getIntervalsList() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
repeated int32 intervals = 1;
getIntervalsList() - Method in interface com.google.ortools.sat.NoOverlapConstraintProtoOrBuilder
repeated int32 intervals = 1;
getIntMax() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_max constraint forces the target to equal the maximum of all variables.
getIntMax() - Method in class com.google.ortools.sat.ConstraintProto
The int_max constraint forces the target to equal the maximum of all variables.
getIntMax() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_max constraint forces the target to equal the maximum of all variables.
getIntMaxBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_max constraint forces the target to equal the maximum of all variables.
getIntMaxOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_max constraint forces the target to equal the maximum of all variables.
getIntMaxOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The int_max constraint forces the target to equal the maximum of all variables.
getIntMaxOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_max constraint forces the target to equal the maximum of all variables.
getIntMin() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_min constraint forces the target to equal the minimum of all variables.
getIntMin() - Method in class com.google.ortools.sat.ConstraintProto
The int_min constraint forces the target to equal the minimum of all variables.
getIntMin() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_min constraint forces the target to equal the minimum of all variables.
getIntMinBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_min constraint forces the target to equal the minimum of all variables.
getIntMinOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_min constraint forces the target to equal the minimum of all variables.
getIntMinOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The int_min constraint forces the target to equal the minimum of all variables.
getIntMinOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_min constraint forces the target to equal the minimum of all variables.
getIntMod() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_mod constraint forces the target to equal vars[0] % vars[1].
getIntMod() - Method in class com.google.ortools.sat.ConstraintProto
The int_mod constraint forces the target to equal vars[0] % vars[1].
getIntMod() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_mod constraint forces the target to equal vars[0] % vars[1].
getIntModBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_mod constraint forces the target to equal vars[0] % vars[1].
getIntModOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_mod constraint forces the target to equal vars[0] % vars[1].
getIntModOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The int_mod constraint forces the target to equal vars[0] % vars[1].
getIntModOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_mod constraint forces the target to equal vars[0] % vars[1].
getIntProd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_prod constraint forces the target to equal the product of all variables.
getIntProd() - Method in class com.google.ortools.sat.ConstraintProto
The int_prod constraint forces the target to equal the product of all variables.
getIntProd() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_prod constraint forces the target to equal the product of all variables.
getIntProdBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_prod constraint forces the target to equal the product of all variables.
getIntProdOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_prod constraint forces the target to equal the product of all variables.
getIntProdOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The int_prod constraint forces the target to equal the product of all variables.
getIntProdOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_prod constraint forces the target to equal the product of all variables.
getInverse() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
getInverse() - Method in class com.google.ortools.sat.ConstraintProto
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
getInverse() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
getInverseBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
getInverseOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
getInverseOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
getInverseOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
getIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
True if the variable is constrained to be integer.
getIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto
True if the variable is constrained to be integer.
getIsInteger() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
True if the variable is constrained to be integer.
getIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
[Advanced usage: do not use this if you don't know what you're doing.] A lazy constraint is handled differently by the core solving engine, but it does not change the result.
getIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto
[Advanced usage: do not use this if you don't know what you're doing.] A lazy constraint is handled differently by the core solving engine, but it does not change the result.
getIsLazy() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
[Advanced usage: do not use this if you don't know what you're doing.] A lazy constraint is handled differently by the core solving engine, but it does not change the result.
getKAbs() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
Constraint and Expression types.
getKAbsEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKActiveArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
argument names:
getKAllDifferent() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKAllowedAssignments() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKAssumePathsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKAtMost() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKBetween() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKBranchesLimitArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKCapacityArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKCardsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKCircuit() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKCoefficientsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKConditionalExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKConvexPiecewise() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKCountArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKCountAssignedItemsExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
Extension names:
getKCountEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKCountUsedBinsExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKCover() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKCumulative() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKCumulativeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKCumulsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKDefaultDualTolerance() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
 
getKDefaultIncrementality() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
 
getKDefaultPresolve() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
 
getKDefaultPrimalTolerance() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
 
getKDefaultRelativeMipGap() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
 
getKDelayedPathCumul() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKDemandsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKDeviation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKDifference() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKDifferenceOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKDisjunctive() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKDistribute() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKDivide() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKDurationExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKDurationMaxArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKDurationMinArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKEarlyCostArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKEarlyDateArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we disable the presolve reductions that remove feasible solutions from the search space.
getKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters
If true, we disable the presolve reductions that remove feasible solutions from the search space.
getKeepAllFeasibleSolutionsInPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, we disable the presolve reductions that remove feasible solutions from the search space.
getKElement() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKElementEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKEndExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKEndMaxArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKEndMinArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKEndsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKEquality() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKEvaluatorArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKExpressionArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKFailuresLimitArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKFalseConstraint() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKFinalStatesArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKFixedChargeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKGlobalCardinality() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKGreater() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKGreaterOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIndex2Argument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIndexArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIndexOf() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKInitialState() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKInt64ToBoolExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKInt64ToInt64Extension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIntegerVariable() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIntervalArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIntervalBinaryRelation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIntervalDisjunction() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIntervalsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIntervalUnaryRelation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIntervalVariable() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKInversePermutation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIsBetween() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIsDifferent() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIsEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIsGreater() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIsGreaterOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIsLess() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIsLessOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKIsMember() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKLateCostArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKLateDateArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKLeftArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKLess() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKLessOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKLexLess() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKLightElement() - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
Constraint types.
getKLightElement2() - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
 
getKLinkExprVar() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKMapDomain() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKMax() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKMaxArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKMaxEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKMaximizeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKMaxValidValue() - Static method in class com.google.ortools.constraintsolver.IntervalVar
The largest acceptable value to be returned by EndMax()
getKMember() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKMin() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKMinArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKMinEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKMinValidValue() - Static method in class com.google.ortools.constraintsolver.IntervalVar
The smallest acceptable value to be returned by StartMin()
getKMirrorOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
Operations.
getKModulo() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKModuloArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKNextsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKNoCycle() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKNoDimension() - Static method in class com.google.ortools.constraintsolver.RoutingModel
Constant used to express the "no dimension" index, returned when a
dimension name does not correspond to an actual dimension.
getKNoDisjunction() - Static method in class com.google.ortools.constraintsolver.RoutingModel
Constant used to express the "no disjunction" index, returned when a node
does not appear in any disjunction.
getKNonEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKNoPenalty() - Static method in class com.google.ortools.constraintsolver.RoutingModel
Constant used to express a hard constraint instead of a soft penalty.
getKNotBetween() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKNotMember() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKNullIntersect() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKObjectiveExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKOpposite() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKOptionalArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKPack() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKPartialArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKPathCumul() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKPerformedExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKPositionXArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKPositionYArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKPower() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKProduct() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKProductOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKRangeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKRelationArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKRelaxedMaxOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKRelaxedMinOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKRemoveValues() - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
 
getKRightArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKScalProd() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKScalProdEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKScalProdGreaterOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKScalProdLessOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSearchLimitExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSemiContinuous() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSequenceArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSequencesArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSequenceVariable() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSizeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSizeXArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSizeYArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSmartTimeCheckArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSolutionLimitArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSortingConstraint() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSquare() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKStartExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKStartMaxArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKStartMinArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKStartsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKStartSyncOnEndOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKStartSyncOnStartOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKStepArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSum() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSumEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSumGreaterOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSumLessOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKSumOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKTargetArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKTimeLimitArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKTrace() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKTraceOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKTransition() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKTransitsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKTrueConstraint() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKTuplesArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKUnboundBooleanVarValue() - Static method in class com.google.ortools.constraintsolver.BooleanVar
 
getKUsageEqualVariableExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKUsageLessConstantExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKValueArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKValuesArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKVarBoundWatcher() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKVariableArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKVariableGroupExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKVariableUsageLessConstantExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKVarsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKVarValueWatcher() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getKWeightedSumOfAssignedEqualVariableExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
 
getLeftNode(int) - Method in class com.google.ortools.graph.LinearSumAssignment
 
getLinear() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
getLinear() - Method in class com.google.ortools.sat.ConstraintProto
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
getLinear() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
getLinearBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
getLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
A non-negative level indicating the type of constraints we consider in the LP relaxation.
getLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters
A non-negative level indicating the type of constraints we consider in the LP relaxation.
getLinearizationLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
A non-negative level indicating the type of constraints we consider in the LP relaxation.
getLinearOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
getLinearOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
getLinearOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
getLinMax() - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_max = 27;
getLinMax() - Method in class com.google.ortools.sat.ConstraintProto
.operations_research.sat.LinearArgumentProto lin_max = 27;
getLinMax() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
.operations_research.sat.LinearArgumentProto lin_max = 27;
getLinMaxBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_max = 27;
getLinMaxOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_max = 27;
getLinMaxOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
.operations_research.sat.LinearArgumentProto lin_max = 27;
getLinMaxOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
.operations_research.sat.LinearArgumentProto lin_max = 27;
getLinMin() - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_min = 28;
getLinMin() - Method in class com.google.ortools.sat.ConstraintProto
.operations_research.sat.LinearArgumentProto lin_min = 28;
getLinMin() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
.operations_research.sat.LinearArgumentProto lin_min = 28;
getLinMinBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_min = 28;
getLinMinOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_min = 28;
getLinMinOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
.operations_research.sat.LinearArgumentProto lin_min = 28;
getLinMinOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
.operations_research.sat.LinearArgumentProto lin_min = 28;
getLiterals(int) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
repeated int32 literals = 1;
getLiterals(int) - Method in class com.google.ortools.sat.BoolArgumentProto
repeated int32 literals = 1;
getLiterals(int) - Method in interface com.google.ortools.sat.BoolArgumentProtoOrBuilder
repeated int32 literals = 1;
getLiterals(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 literals = 5;
getLiterals(int) - Method in class com.google.ortools.sat.CircuitConstraintProto
repeated int32 literals = 5;
getLiterals(int) - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
repeated int32 literals = 5;
getLiterals(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 literals = 3;
getLiterals(int) - Method in class com.google.ortools.sat.RoutesConstraintProto
repeated int32 literals = 3;
getLiterals(int) - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
repeated int32 literals = 3;
getLiteralsCount() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
repeated int32 literals = 1;
getLiteralsCount() - Method in class com.google.ortools.sat.BoolArgumentProto
repeated int32 literals = 1;
getLiteralsCount() - Method in interface com.google.ortools.sat.BoolArgumentProtoOrBuilder
repeated int32 literals = 1;
getLiteralsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 literals = 5;
getLiteralsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto
repeated int32 literals = 5;
getLiteralsCount() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
repeated int32 literals = 5;
getLiteralsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 literals = 3;
getLiteralsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto
repeated int32 literals = 3;
getLiteralsCount() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
repeated int32 literals = 3;
getLiteralsList() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
repeated int32 literals = 1;
getLiteralsList() - Method in class com.google.ortools.sat.BoolArgumentProto
repeated int32 literals = 1;
getLiteralsList() - Method in interface com.google.ortools.sat.BoolArgumentProtoOrBuilder
repeated int32 literals = 1;
getLiteralsList() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 literals = 5;
getLiteralsList() - Method in class com.google.ortools.sat.CircuitConstraintProto
repeated int32 literals = 5;
getLiteralsList() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
repeated int32 literals = 5;
getLiteralsList() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 literals = 3;
getLiteralsList() - Method in class com.google.ortools.sat.RoutesConstraintProto
repeated int32 literals = 3;
getLiteralsList() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
repeated int32 literals = 3;
getLnsExpandIntervalsInConstraintGraph() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool lns_expand_intervals_in_constraint_graph = 184 [default = true];
getLnsExpandIntervalsInConstraintGraph() - Method in class com.google.ortools.sat.SatParameters
optional bool lns_expand_intervals_in_constraint_graph = 184 [default = true];
getLnsExpandIntervalsInConstraintGraph() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional bool lns_expand_intervals_in_constraint_graph = 184 [default = true];
getLnsFocusOnDecisionVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool lns_focus_on_decision_variables = 105 [default = false];
getLnsFocusOnDecisionVariables() - Method in class com.google.ortools.sat.SatParameters
optional bool lns_focus_on_decision_variables = 105 [default = false];
getLnsFocusOnDecisionVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional bool lns_focus_on_decision_variables = 105 [default = false];
getLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the completion search for each local search neighbor.
getLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Limit to the time spent in the completion search for each local search neighbor.
getLnsTimeLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Limit to the time spent in the completion search for each local search neighbor.
getLnsTimeLimitBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the completion search for each local search neighbor.
getLnsTimeLimitOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the completion search for each local search neighbor.
getLnsTimeLimitOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Limit to the time spent in the completion search for each local search neighbor.
getLnsTimeLimitOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Limit to the time spent in the completion search for each local search neighbor.
GetLocalOptimizerOffsetForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
getLocalSearchMetaheuristic() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Local search metaheuristics used to guide the search.
getLocalSearchMetaheuristic() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Local search metaheuristics used to guide the search.
getLocalSearchMetaheuristic() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Local search metaheuristics used to guide the search.
getLocalSearchMetaheuristicValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Local search metaheuristics used to guide the search.
getLocalSearchMetaheuristicValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Local search metaheuristics used to guide the search.
getLocalSearchMetaheuristicValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Local search metaheuristics used to guide the search.
getLocalSearchMonitor() - Method in class com.google.ortools.constraintsolver.Solver
Returns the local search monitor.
getLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
getLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
getLocalSearchOperators() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
getLocalSearchOperatorsBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
getLocalSearchOperatorsOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
getLocalSearchOperatorsOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
getLocalSearchOperatorsOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
getLogCostOffset() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
double log_cost_offset = 29;
getLogCostOffset() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
double log_cost_offset = 29;
getLogCostOffset() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
double log_cost_offset = 29;
getLogCostScalingFactor() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
In logs, cost values will be scaled and offset by the given values in the following way: log_cost_scaling_factor * (cost + log_cost_offset)
getLogCostScalingFactor() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
In logs, cost values will be scaled and offset by the given values in the following way: log_cost_scaling_factor * (cost + log_cost_offset)
getLogCostScalingFactor() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
In logs, cost values will be scaled and offset by the given values in the following way: log_cost_scaling_factor * (cost + log_cost_offset)
getLogInvalidNames() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
Whether to log invalid variable and constraint names.
getLogs() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Optional logs of the solver.
getLogs() - Method in class com.google.ortools.sat.CpSolverResponse
Optional logs of the solver.
getLogs() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Optional logs of the solver.
getLogsBytes() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Optional logs of the solver.
getLogsBytes() - Method in class com.google.ortools.sat.CpSolverResponse
Optional logs of the solver.
getLogsBytes() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Optional logs of the solver.
getLogSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
--- Miscellaneous --- Some of these are advanced settings which should not be modified unless you know what you are doing.
getLogSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
--- Miscellaneous --- Some of these are advanced settings which should not be modified unless you know what you are doing.
getLogSearch() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
--- Miscellaneous --- Some of these are advanced settings which should not be modified unless you know what you are doing.
getLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether the solver should log the search progress to LOG(INFO).
getLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters
Whether the solver should log the search progress to LOG(INFO).
getLogSearchProgress() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether the solver should log the search progress to LOG(INFO).
getLogTag() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
In logs, this tag will be appended to each line corresponding to a new solution.
getLogTag() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
In logs, this tag will be appended to each line corresponding to a new solution.
getLogTag() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
In logs, this tag will be appended to each line corresponding to a new solution.
getLogTagBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
In logs, this tag will be appended to each line corresponding to a new solution.
getLogTagBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
In logs, this tag will be appended to each line corresponding to a new solution.
getLogTagBytes() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
In logs, this tag will be appended to each line corresponding to a new solution.
getLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
lower_bound must be <= upper_bound.
getLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto
lower_bound must be <= upper_bound.
getLowerBound() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
lower_bound must be <= upper_bound.
getLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
lower_bound must be <= upper_bound.
getLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
lower_bound must be <= upper_bound.
getLowerBound() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
lower_bound must be <= upper_bound.
getLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
lower_bound must be <= upper_bound.
getLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto
lower_bound must be <= upper_bound.
getLowerBound() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
lower_bound must be <= upper_bound.
getLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Algorithm to solve linear programs.
getLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
Algorithm to solve linear programs.
getLpAlgorithm() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
Algorithm to solve linear programs.
getMaintainer() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
getMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters.Builder
Cut generator for all diffs can add too many cuts for large all_diff constraints.
getMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters
Cut generator for all diffs can add too many cuts for large all_diff constraints.
getMaxAllDiffCutSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Cut generator for all diffs can add too many cuts for large all_diff constraints.
getMaxCallbackCacheSize() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Cache callback calls if the number of nodes in the model is less or equal to this value.
getMaxCallbackCacheSize() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
Cache callback calls if the number of nodes in the model is less or equal to this value.
getMaxCallbackCacheSize() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
Cache callback calls if the number of nodes in the model is less or equal to this value.
getMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double max_clause_activity_value = 18 [default = 1e+20];
getMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters
optional double max_clause_activity_value = 18 [default = 1e+20];
getMaxClauseActivityValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double max_clause_activity_value = 18 [default = 1e+20];
getMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters.Builder
If a constraint/cut in LP is not active for that many consecutive OPTIMAL solves, remove it from the LP.
getMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters
If a constraint/cut in LP is not active for that many consecutive OPTIMAL solves, remove it from the LP.
getMaxConsecutiveInactiveCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If a constraint/cut in LP is not active for that many consecutive OPTIMAL solves, remove it from the LP.
getMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = max(var_1, var_2, ..., constant)
getMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
resultant_var = max(var_1, var_2, ..., constant)
getMaxConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
resultant_var = max(var_1, var_2, ..., constant)
getMaxConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = max(var_1, var_2, ..., constant)
getMaxConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = max(var_1, var_2, ..., constant)
getMaxConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
resultant_var = max(var_1, var_2, ..., constant)
getMaxConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
resultant_var = max(var_1, var_2, ..., constant)
getMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
Max number of time we perform cut generation and resolve the LP at level 0.
getMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters
Max number of time we perform cut generation and resolve the LP at level 0.
getMaxCutRoundsAtLevelZero() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Max number of time we perform cut generation and resolve the LP at level 0.
getMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum time allowed in deterministic time to solve a problem.
getMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters
Maximum time allowed in deterministic time to solve a problem.
getMaxDeterministicTime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Maximum time allowed in deterministic time to solve a problem.
getMaxEdgeFinderSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
int32 max_edge_finder_size = 109;
getMaxEdgeFinderSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
int32 max_edge_finder_size = 109;
getMaxEdgeFinderSize() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
int32 max_edge_finder_size = 109;
getMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
True if the problem is a maximization problem.
getMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto
True if the problem is a maximization problem.
getMaximize() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
True if the problem is a maximization problem.
getMaximumFlow() - Method in class com.google.ortools.graph.MinCostFlow
 
GetMaximumNumberOfActiveVehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the maximum number of active vehicles.
getMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
In the integer rounding procedure used for MIR and Gomory cut, the maximum "scaling" we use (must be positive).
getMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters
In the integer rounding procedure used for MIR and Gomory cut, the maximum "scaling" we use (must be positive).
getMaxIntegerRoundingScaling() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
In the integer rounding procedure used for MIR and Gomory cut, the maximum "scaling" we use (must be positive).
getMaxLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
int64 max_level = 2;
getMaxLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto
int64 max_level = 2;
getMaxLevel() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
int64 max_level = 2;
getMaxLineLength() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
For .lp files only.
getMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum memory allowed for the whole thread containing the solver.
getMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters
Maximum memory allowed for the whole thread containing the solver.
getMaxMemoryInMb() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Maximum memory allowed for the whole thread containing the solver.
getMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum number of conflicts allowed to solve a problem.
getMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters
Maximum number of conflicts allowed to solve a problem.
getMaxNumberOfConflicts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Maximum number of conflicts allowed to solve a problem.
getMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
The limit on the number of cuts in our cut pool.
getMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters
The limit on the number of cuts in our cut pool.
getMaxNumCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The limit on the number of cuts in our cut pool.
getMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
In case of large reduction in a presolve iteration, we perform multiple presolve iterations.
getMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters
In case of large reduction in a presolve iteration, we perform multiple presolve iterations.
getMaxPresolveIterations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
In case of large reduction in a presolve iteration, we perform multiple presolve iterations.
getMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
getMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
getMaxSatAssumptionOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
getMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, adds the assumption in the reverse order of the one defined by max_sat_assumption_order.
getMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters
If true, adds the assumption in the reverse order of the one defined by max_sat_assumption_order.
getMaxSatReverseAssumptionOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, adds the assumption in the reverse order of the one defined by max_sat_assumption_order.
getMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
getMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
getMaxSatStratification() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
getMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum time allowed in seconds to solve a problem.
getMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters
Maximum time allowed in seconds to solve a problem.
getMaxTimeInSeconds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Maximum time allowed in seconds to solve a problem.
getMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double max_variable_activity_value = 16 [default = 1e+100];
getMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters
optional double max_variable_activity_value = 16 [default = 1e+100];
getMaxVariableActivityValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double max_variable_activity_value = 16 [default = 1e+100];
getMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
getMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
getMergeAtMostOneWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
getMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
During presolve, we use a maximum clique heuristic to merge together no-overlap constraints or at most one constraints.
getMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters
During presolve, we use a maximum clique heuristic to merge together no-overlap constraints or at most one constraints.
getMergeNoOverlapWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
During presolve, we use a maximum clique heuristic to merge together no-overlap constraints or at most one constraints.
getMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = min(var_1, var_2, ..., constant)
getMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
resultant_var = min(var_1, var_2, ..., constant)
getMinConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
resultant_var = min(var_1, var_2, ..., constant)
getMinConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = min(var_1, var_2, ..., constant)
getMinConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = min(var_1, var_2, ..., constant)
getMinConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
resultant_var = min(var_1, var_2, ..., constant)
getMinConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
resultant_var = min(var_1, var_2, ..., constant)
getMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
getMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
getMinimizationAlgorithm() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
getMinimizeCore() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we use a simple heuristic to try to minimize an UNSAT core.
getMinimizeCore() - Method in class com.google.ortools.sat.SatParameters
Whether we use a simple heuristic to try to minimize an UNSAT core.
getMinimizeCore() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we use a simple heuristic to try to minimize an UNSAT core.
getMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
A different algorithm during PB resolution.
getMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters
A different algorithm during PB resolution.
getMinimizeReductionDuringPbResolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
A different algorithm during PB resolution.
getMinimizeWithPropagationNumDecisions() - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
getMinimizeWithPropagationNumDecisions() - Method in class com.google.ortools.sat.SatParameters
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
getMinimizeWithPropagationNumDecisions() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
getMinimizeWithPropagationRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
Parameters for an heuristic similar to the one descibed in "An effective learnt clause minimization approach for CDCL Sat Solvers", https://www.ijcai.org/proceedings/2017/0098.pdf For now, we have a somewhat simpler implementation where every x restart we spend y decisions on clause minimization.
getMinimizeWithPropagationRestartPeriod() - Method in class com.google.ortools.sat.SatParameters
Parameters for an heuristic similar to the one descibed in "An effective learnt clause minimization approach for CDCL Sat Solvers", https://www.ijcai.org/proceedings/2017/0098.pdf For now, we have a somewhat simpler implementation where every x restart we spend y decisions on clause minimization.
getMinimizeWithPropagationRestartPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Parameters for an heuristic similar to the one descibed in "An effective learnt clause minimization approach for CDCL Sat Solvers", https://www.ijcai.org/proceedings/2017/0098.pdf For now, we have a somewhat simpler implementation where every x restart we spend y decisions on clause minimization.
getMinLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
int64 min_level = 1;
getMinLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto
int64 min_level = 1;
getMinLevel() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
int64 min_level = 1;
getMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
While adding constraints, skip the constraints which have orthogonality less than 'min_orthogonality_for_lp_constraints' with already added constraints during current call.
getMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters
While adding constraints, skip the constraints which have orthogonality less than 'min_orthogonality_for_lp_constraints' with already added constraints during current call.
getMinOrthogonalityForLpConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
While adding constraints, skip the constraints which have orthogonality less than 'min_orthogonality_for_lp_constraints' with already added constraints during current call.
getMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, some continuous variable might be automatially scaled.
getMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters
If true, some continuous variable might be automatially scaled.
getMipAutomaticallyScaleVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, some continuous variable might be automatially scaled.
getMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
As explained in mip_precision and mip_max_activity_exponent, we cannot always reach the wanted precision during scaling.
getMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters
As explained in mip_precision and mip_max_activity_exponent, we cannot always reach the wanted precision during scaling.
getMipCheckPrecision() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
As explained in mip_precision and mip_max_activity_exponent, we cannot always reach the wanted precision during scaling.
getMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters.Builder
To avoid integer overflow, we always force the maximum possible constraint activity (and objective value) according to the initial variable domain to be smaller than 2 to this given power.
getMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters
To avoid integer overflow, we always force the maximum possible constraint activity (and objective value) according to the initial variable domain to be smaller than 2 to this given power.
getMipMaxActivityExponent() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
To avoid integer overflow, we always force the maximum possible constraint activity (and objective value) according to the initial variable domain to be smaller than 2 to this given power.
getMipMaxBound() - Method in class com.google.ortools.sat.SatParameters.Builder
We need to bound the maximum magnitude of the variables for CP-SAT, and that is the bound we use.
getMipMaxBound() - Method in class com.google.ortools.sat.SatParameters
We need to bound the maximum magnitude of the variables for CP-SAT, and that is the bound we use.
getMipMaxBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
We need to bound the maximum magnitude of the variables for CP-SAT, and that is the bound we use.
getMipVarScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
All continuous variable of the problem will be multiplied by this factor.
getMipVarScaling() - Method in class com.google.ortools.sat.SatParameters
All continuous variable of the problem will be multiplied by this factor.
getMipVarScaling() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
All continuous variable of the problem will be multiplied by this factor.
getMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
When scaling constraint with double coefficients to integer coefficients, we will multiply by a power of 2 and round the coefficients.
getMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters
When scaling constraint with double coefficients to integer coefficients, we will multiply by a power of 2 and round the coefficients.
getMipWantedPrecision() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When scaling constraint with double coefficients to integer coefficients, we will multiply by a power of 2 and round the coefficients.
getMixedIntegerSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
getMixedIntegerSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
getMixedIntegerSchedulingSolver() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
getMixedIntegerSchedulingSolverValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
getMixedIntegerSchedulingSolverValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
getMixedIntegerSchedulingSolverValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
getModel() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
The model to be optimized by the server.
getModel() - Method in class com.google.ortools.linearsolver.MPModelRequest
The model to be optimized by the server.
getModel() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
The model to be optimized by the server.
getModelBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
The model to be optimized by the server.
getModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage: model "delta".
getModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest
Advanced usage: model "delta".
getModelDelta() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
Advanced usage: model "delta".
getModelDeltaBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage: model "delta".
getModelDeltaOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage: model "delta".
getModelDeltaOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest
Advanced usage: model "delta".
getModelDeltaOrBuilder() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
Advanced usage: model "delta".
getModelOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
The model to be optimized by the server.
getModelOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest
The model to be optimized by the server.
getModelOrBuilder() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
The model to be optimized by the server.
getMultiArmedBanditCompoundOperatorExplorationCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Positive parameter defining the exploration coefficient of the multi-armed bandit compound operator.
getMultiArmedBanditCompoundOperatorExplorationCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Positive parameter defining the exploration coefficient of the multi-armed bandit compound operator.
getMultiArmedBanditCompoundOperatorExplorationCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Positive parameter defining the exploration coefficient of the multi-armed bandit compound operator.
getMultiArmedBanditCompoundOperatorMemoryCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Memory coefficient related to the multi-armed bandit compound operator.
getMultiArmedBanditCompoundOperatorMemoryCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Memory coefficient related to the multi-armed bandit compound operator.
getMultiArmedBanditCompoundOperatorMemoryCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Memory coefficient related to the multi-armed bandit compound operator.
getMutableConstraintOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Deprecated.
getMutableDimension(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns a dimension from its name.
getMutableVariableOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Deprecated.
getName() - Method in class com.google.ortools.algorithms.KnapsackSolver
 
getName() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
The name of the constraint.
getName() - Method in class com.google.ortools.linearsolver.MPConstraintProto
The name of the constraint.
getName() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
The name of the constraint.
getName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
The name of the constraint.
getName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
The name of the constraint.
getName() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
The name of the constraint.
getName() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Name of the model.
getName() - Method in class com.google.ortools.linearsolver.MPModelProto
Name of the model.
getName() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
Name of the model.
getName() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
The name of the variable.
getName() - Method in class com.google.ortools.linearsolver.MPVariableProto
The name of the variable.
getName() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
The name of the variable.
getName() - Method in class com.google.ortools.sat.ConstraintProto.Builder
For debug/logging only.
getName() - Method in class com.google.ortools.sat.ConstraintProto
For debug/logging only.
getName() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
For debug/logging only.
getName() - Method in class com.google.ortools.sat.CpModelProto.Builder
For debug/logging only.
getName() - Method in class com.google.ortools.sat.CpModelProto
For debug/logging only.
getName() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
For debug/logging only.
getName() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
For debug/logging only.
getName() - Method in class com.google.ortools.sat.IntegerVariableProto
For debug/logging only.
getName() - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
For debug/logging only.
getName() - Method in class com.google.ortools.sat.IntervalVar
Returns the name passed in the constructor.
getName() - Method in class com.google.ortools.sat.IntVar
Returns the name of the variable given upon creation.
getName() - Method in class com.google.ortools.sat.SatParameters.Builder
In some context, like in a portfolio of search, it makes sense to name a given parameters set for logging purpose.
getName() - Method in class com.google.ortools.sat.SatParameters
In some context, like in a portfolio of search, it makes sense to name a given parameters set for logging purpose.
getName() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
In some context, like in a portfolio of search, it makes sense to name a given parameters set for logging purpose.
getNameAllVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Should anonymous variables be given a name.
getNameAllVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Should anonymous variables be given a name.
getNameAllVariables() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Should anonymous variables be given a name.
getNameBytes() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
The name of the constraint.
getNameBytes() - Method in class com.google.ortools.linearsolver.MPConstraintProto
The name of the constraint.
getNameBytes() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
The name of the constraint.
getNameBytes() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
The name of the constraint.
getNameBytes() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
The name of the constraint.
getNameBytes() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
The name of the constraint.
getNameBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Name of the model.
getNameBytes() - Method in class com.google.ortools.linearsolver.MPModelProto
Name of the model.
getNameBytes() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
Name of the model.
getNameBytes() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
The name of the variable.
getNameBytes() - Method in class com.google.ortools.linearsolver.MPVariableProto
The name of the variable.
getNameBytes() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
The name of the variable.
getNameBytes() - Method in class com.google.ortools.sat.ConstraintProto.Builder
For debug/logging only.
getNameBytes() - Method in class com.google.ortools.sat.ConstraintProto
For debug/logging only.
getNameBytes() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
For debug/logging only.
getNameBytes() - Method in class com.google.ortools.sat.CpModelProto.Builder
For debug/logging only.
getNameBytes() - Method in class com.google.ortools.sat.CpModelProto
For debug/logging only.
getNameBytes() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
For debug/logging only.
getNameBytes() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
For debug/logging only.
getNameBytes() - Method in class com.google.ortools.sat.IntegerVariableProto
For debug/logging only.
getNameBytes() - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
For debug/logging only.
getNameBytes() - Method in class com.google.ortools.sat.SatParameters.Builder
In some context, like in a portfolio of search, it makes sense to name a given parameters set for logging purpose.
getNameBytes() - Method in class com.google.ortools.sat.SatParameters
In some context, like in a portfolio of search, it makes sense to name a given parameters set for logging purpose.
getNameBytes() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
In some context, like in a portfolio of search, it makes sense to name a given parameters set for logging purpose.
getNameCastVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Create names for cast variables.
getNameCastVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Create names for cast variables.
getNameCastVariables() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Create names for cast variables.
getNegated() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
If true, the meaning is "negated", that is we forbid any of the given tuple from a feasible assignment.
getNegated() - Method in class com.google.ortools.sat.TableConstraintProto
If true, the meaning is "negated", that is we forbid any of the given tuple from a feasible assignment.
getNegated() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
If true, the meaning is "negated", that is we forbid any of the given tuple from a feasible assignment.
getNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
Add that many lazy constraints (or cuts) at once in the LP.
getNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters
Add that many lazy constraints (or cuts) at once in the LP.
getNewConstraintsBatchSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Add that many lazy constraints (or cuts) at once in the LP.
getNextSolution(Assignment) - Method in class com.google.ortools.constraintsolver.SolutionPool
This method is called when the local search starts a new neighborhood to
initialize the default assignment.
getNonZeroCostClassesCount() - Method in class com.google.ortools.constraintsolver.RoutingModel
Ditto, minus the 'always zero', built-in cost class.
getNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
getNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
getNoOverlap() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
getNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap_2d constraint prevents a set of boxes from overlapping.
getNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto
The no_overlap_2d constraint prevents a set of boxes from overlapping.
getNoOverlap2D() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The no_overlap_2d constraint prevents a set of boxes from overlapping.
getNoOverlap2DBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap_2d constraint prevents a set of boxes from overlapping.
getNoOverlap2DOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap_2d constraint prevents a set of boxes from overlapping.
getNoOverlap2DOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The no_overlap_2d constraint prevents a set of boxes from overlapping.
getNoOverlap2DOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The no_overlap_2d constraint prevents a set of boxes from overlapping.
getNoOverlapBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
getNoOverlapOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
getNoOverlapOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
getNoOverlapOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
getNumArcs() - Method in class com.google.ortools.graph.LinearSumAssignment
 
getNumArcs() - Method in class com.google.ortools.graph.MaxFlow
 
getNumArcs() - Method in class com.google.ortools.graph.MinCostFlow
 
getNumber() - Method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
 
getNumber() - Method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
 
getNumber() - Method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
 
getNumber() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
 
getNumber() - Method in enum com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
 
getNumber() - Method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
 
getNumber() - Method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
 
getNumber() - Method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
 
getNumber() - Method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
 
getNumber() - Method in enum com.google.ortools.sat.ConstraintProto.ConstraintCase
 
getNumber() - Method in enum com.google.ortools.sat.CpSolverStatus
 
getNumber() - Method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
 
getNumber() - Method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
 
getNumber() - Method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
 
getNumber() - Method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
 
getNumber() - Method in enum com.google.ortools.sat.SatParameters.ClauseProtection
 
getNumber() - Method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
 
getNumber() - Method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
 
getNumber() - Method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
 
getNumber() - Method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
 
getNumber() - Method in enum com.google.ortools.sat.SatParameters.Polarity
 
getNumber() - Method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
 
getNumber() - Method in enum com.google.ortools.sat.SatParameters.SearchBranching
 
getNumber() - Method in enum com.google.ortools.sat.SatParameters.VariableOrder
 
getNumber() - Method in enum com.google.ortools.util.OptionalBoolean
 
getNumberOfDecisionsInFirstSolution(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns statistics on first solution search, number of decisions sent to
filters, number of decisions rejected by filters.
getNumberOfDisjunctions() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the number of node disjunctions in the model.
getNumberOfIndices() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
getNumberOfNodes() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
getNumberOfRejectsInFirstSolution(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
getNumberOfSolutionsToCollect() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Number of solutions to collect during the search.
getNumberOfSolutionsToCollect() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Number of solutions to collect during the search.
getNumberOfSolutionsToCollect() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Number of solutions to collect during the search.
getNumberOfVehicles() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
getNumberOfVisitTypes() - Method in class com.google.ortools.constraintsolver.RoutingModel
 
getNumBinaryPropagations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_binary_propagations = 13;
getNumBinaryPropagations() - Method in class com.google.ortools.sat.CpSolverResponse
int64 num_binary_propagations = 13;
getNumBinaryPropagations() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
int64 num_binary_propagations = 13;
getNumBooleans() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Some statistics about the solve.
getNumBooleans() - Method in class com.google.ortools.sat.CpSolverResponse
Some statistics about the solve.
getNumBooleans() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Some statistics about the solve.
getNumBranches() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_branches = 12;
getNumBranches() - Method in class com.google.ortools.sat.CpSolverResponse
int64 num_branches = 12;
getNumBranches() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
int64 num_branches = 12;
getNumCols() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
int32 num_cols = 2;
getNumCols() - Method in class com.google.ortools.sat.DenseMatrixProto
int32 num_cols = 2;
getNumCols() - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
int32 num_cols = 2;
getNumConflicts() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_conflicts = 11;
getNumConflicts() - Method in class com.google.ortools.sat.CpSolverResponse
int64 num_conflicts = 11;
getNumConflicts() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
int64 num_conflicts = 11;
getNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters.Builder
After each restart, if the number of conflict since the last strategy change is greater that this, then we increment a "strategy_counter" that can be use to change the search strategy used by the following restarts.
getNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters
After each restart, if the number of conflict since the last strategy change is greater that this, then we increment a "strategy_counter" that can be use to change the search strategy used by the following restarts.
getNumConflictsBeforeStrategyChanges() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
After each restart, if the number of conflict since the last strategy change is greater that this, then we increment a "strategy_counter" that can be use to change the search strategy used by the following restarts.
getNumIntegerPropagations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_integer_propagations = 14;
getNumIntegerPropagations() - Method in class com.google.ortools.sat.CpSolverResponse
int64 num_integer_propagations = 14;
getNumIntegerPropagations() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
int64 num_integer_propagations = 14;
getNumLpIterations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_lp_iterations = 25;
getNumLpIterations() - Method in class com.google.ortools.sat.CpSolverResponse
int64 num_lp_iterations = 25;
getNumLpIterations() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
int64 num_lp_iterations = 25;
getNumNodes() - Method in class com.google.ortools.graph.LinearSumAssignment
 
getNumNodes() - Method in class com.google.ortools.graph.MaxFlow
 
getNumNodes() - Method in class com.google.ortools.graph.MinCostFlow
 
getNumOfSingletonNodes() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the number of non-start/end nodes which do not appear in a
pickup/delivery pair.
getNumRestarts() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_restarts = 24;
getNumRestarts() - Method in class com.google.ortools.sat.CpSolverResponse
int64 num_restarts = 24;
getNumRestarts() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
int64 num_restarts = 24;
getNumRows() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
int32 num_rows = 1;
getNumRows() - Method in class com.google.ortools.sat.DenseMatrixProto
int32 num_rows = 1;
getNumRows() - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
int32 num_rows = 1;
getNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
Specify the number of parallel workers to use during search.
getNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters
Specify the number of parallel workers to use during search.
getNumSearchWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Specify the number of parallel workers to use during search.
getObfuscate() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
Obfuscates variable and constraint names.
getObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
The objective to minimize.
getObjective() - Method in class com.google.ortools.sat.CpModelProto
The objective to minimize.
getObjective() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
The objective to minimize.
getObjectiveBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
The objective to minimize.
getObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
The coefficient of the variable in the objective.
getObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto
The coefficient of the variable in the objective.
getObjectiveCoefficient() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
The coefficient of the variable in the objective.
getObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Offset for the objective function.
getObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto
Offset for the objective function.
getObjectiveOffset() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
Offset for the objective function.
getObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
The objective to minimize.
getObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpModelProto
The objective to minimize.
getObjectiveOrBuilder() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
The objective to minimize.
getObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Objective value corresponding to the "variable_value" below, taking into account the source "objective_offset" and "objective_coefficient".
getObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
Objective value corresponding to the "variable_value" below, taking into account the source "objective_offset" and "objective_coefficient".
getObjectiveValue() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
Objective value corresponding to the "variable_value" below, taking into account the source "objective_offset" and "objective_coefficient".
getObjectiveValue() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Only make sense for an optimization problem.
getObjectiveValue() - Method in class com.google.ortools.sat.CpSolverResponse
Only make sense for an optimization problem.
getObjectiveValue() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Only make sense for an optimization problem.
getOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
The displayed objective is always: scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
getOffset() - Method in class com.google.ortools.sat.CpObjectiveProto
The displayed objective is always: scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
getOffset() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
The displayed objective is always: scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
getOffset() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
int64 offset = 2;
getOffset() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
int64 offset = 2;
getOffset() - Method in interface com.google.ortools.sat.DecisionStrategyProto.AffineTransformationOrBuilder
int64 offset = 2;
getOffset() - Method in class com.google.ortools.sat.IntVar
 
getOffset() - Method in interface com.google.ortools.sat.LinearExpr
Returns the constant part of the expression.
getOffset() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
int64 offset = 3;
getOffset() - Method in class com.google.ortools.sat.LinearExpressionProto
int64 offset = 3;
getOffset() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
int64 offset = 3;
getOffset() - Method in class com.google.ortools.sat.ScalProd
 
getOffset() - Method in class com.google.ortools.sat.SumOfVariables
 
getOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
For the cut that can be generated at any level, this control if we only try to generate them at the root node.
getOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters
For the cut that can be generated at any level, this control if we only try to generate them at the root node.
getOnlyAddCutsAtLevelZero() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
For the cut that can be generated at any level, this control if we only try to generate them at the root node.
getOptimalCost() - Method in class com.google.ortools.graph.LinearSumAssignment
 
getOptimalCost() - Method in class com.google.ortools.graph.MinCostFlow
 
getOptimalFlow() - Method in class com.google.ortools.graph.MaxFlow
 
getOptimizationStep() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Minimum step by which the solution must be improved in local search.
getOptimizationStep() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Minimum step by which the solution must be improved in local search.
getOptimizationStep() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Minimum step by which the solution must be improved in local search.
getOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters.Builder
The default optimization method is a simple "linear scan", each time trying to find a better solution than the previous one.
getOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters
The default optimization method is a simple "linear scan", each time trying to find a better solution than the previous one.
getOptimizeWithCore() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The default optimization method is a simple "linear scan", each time trying to find a better solution than the previous one.
getOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters.Builder
This has no effect if optimize_with_core is false.
getOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters
This has no effect if optimize_with_core is false.
getOptimizeWithMaxHs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
This has no effect if optimize_with_core is false.
getOrbitopes(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
getOrbitopes(int) - Method in class com.google.ortools.sat.SymmetryProto
An orbitope is a special symmetry structure of the solution space.
getOrbitopes(int) - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
An orbitope is a special symmetry structure of the solution space.
getOrbitopesBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
getOrbitopesBuilderList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
getOrbitopesCount() - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
getOrbitopesCount() - Method in class com.google.ortools.sat.SymmetryProto
An orbitope is a special symmetry structure of the solution space.
getOrbitopesCount() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
An orbitope is a special symmetry structure of the solution space.
getOrbitopesList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
getOrbitopesList() - Method in class com.google.ortools.sat.SymmetryProto
An orbitope is a special symmetry structure of the solution space.
getOrbitopesList() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
An orbitope is a special symmetry structure of the solution space.
getOrbitopesOrBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
getOrbitopesOrBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto
An orbitope is a special symmetry structure of the solution space.
getOrbitopesOrBuilder(int) - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
An orbitope is a special symmetry structure of the solution space.
getOrbitopesOrBuilderList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
getOrbitopesOrBuilderList() - Method in class com.google.ortools.sat.SymmetryProto
An orbitope is a special symmetry structure of the solution space.
getOrbitopesOrBuilderList() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
An orbitope is a special symmetry structure of the solution space.
getOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "or" constraints must be Boolean.
getOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
All variables in "or" constraints must be Boolean.
getOrConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
All variables in "or" constraints must be Boolean.
getOrConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "or" constraints must be Boolean.
getOrConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "or" constraints must be Boolean.
getOrConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
All variables in "or" constraints must be Boolean.
getOrConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
All variables in "or" constraints must be Boolean.
GetOrCreateLocalSearchState() - Method in class com.google.ortools.constraintsolver.Solver
Returns (or creates) an assignment representing the state of local search.
GetPairIndicesOfType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
getParameters() - Method in class com.google.ortools.sat.CpSolver
Returns the builder of the parameters of the SAT solver for modification.
getParserForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
getParserForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
getParserForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
getParserForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPModelProto
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
getParserForType() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
getParserForType() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
getParserForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
getParserForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.BoolArgumentProto
 
getParserForType() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.ConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.CpModelProto
 
getParserForType() - Method in class com.google.ortools.sat.CpObjectiveProto
 
getParserForType() - Method in class com.google.ortools.sat.CpSolverResponse
 
getParserForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
getParserForType() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
getParserForType() - Method in class com.google.ortools.sat.DenseMatrixProto
 
getParserForType() - Method in class com.google.ortools.sat.ElementConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.IntegerArgumentProto
 
getParserForType() - Method in class com.google.ortools.sat.IntegerVariableProto
 
getParserForType() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.InverseConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.LinearArgumentProto
 
getParserForType() - Method in class com.google.ortools.sat.LinearConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.LinearExpressionProto
 
getParserForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
getParserForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
getParserForType() - Method in class com.google.ortools.sat.SatParameters
 
getParserForType() - Method in class com.google.ortools.sat.SparsePermutationProto
 
getParserForType() - Method in class com.google.ortools.sat.SymmetryProto
 
getParserForType() - Method in class com.google.ortools.sat.TableConstraintProto
 
getPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
Same as for the clauses, but for the learned pseudo-Boolean constraints.
getPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters
Same as for the clauses, but for the learned pseudo-Boolean constraints.
getPbCleanupIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Same as for the clauses, but for the learned pseudo-Boolean constraints.
getPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double pb_cleanup_ratio = 47 [default = 0.5];
getPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters
optional double pb_cleanup_ratio = 47 [default = 0.5];
getPbCleanupRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double pb_cleanup_ratio = 47 [default = 0.5];
getPermutations(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutations(int) - Method in class com.google.ortools.sat.SymmetryProto
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutations(int) - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsBuilderList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsCount() - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsCount() - Method in class com.google.ortools.sat.SymmetryProto
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsCount() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsList() - Method in class com.google.ortools.sat.SymmetryProto
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsList() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsOrBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsOrBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsOrBuilder(int) - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsOrBuilderList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsOrBuilderList() - Method in class com.google.ortools.sat.SymmetryProto
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutationsOrBuilderList() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
A list of variable indices permutations that leave the feasible space of solution invariant.
getPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool permute_presolve_constraint_order = 179 [default = false];
getPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters
optional bool permute_presolve_constraint_order = 179 [default = false];
getPermutePresolveConstraintOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional bool permute_presolve_constraint_order = 179 [default = false];
getPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters.Builder
This is mainly here to test the solver variability.
getPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters
This is mainly here to test the solver variability.
getPermuteVariableRandomly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
This is mainly here to test the solver variability.
getPersistent_impact() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
Whether to keep the impact from the first search for other searches,
or to recompute the impact for each new search.
getPickupAndDeliveryPolicyOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
getPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
If non-zero, then we change the polarity heuristic after that many number of conflicts in an arithmetically increasing fashion.
getPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters
If non-zero, then we change the polarity heuristic after that many number of conflicts in an arithmetically increasing fashion.
getPolarityRephaseIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If non-zero, then we change the polarity heuristic after that many number of conflicts in an arithmetically increasing fashion.
getPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we try to do a few degenerate iteration at the end of an LP solve to minimize the fractionality of the integer variable in the basis.
getPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters
Whether we try to do a few degenerate iteration at the end of an LP solve to minimize the fractionality of the integer variable in the basis.
getPolishLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we try to do a few degenerate iteration at the end of an LP solve to minimize the fractionality of the integer variable in the basis.
getPositiveCoeff() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
int64 positive_coeff = 3;
getPositiveCoeff() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
int64 positive_coeff = 3;
getPositiveCoeff() - Method in interface com.google.ortools.sat.DecisionStrategyProto.AffineTransformationOrBuilder
int64 positive_coeff = 3;
GetPostTravelEvaluatorOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
getPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
getPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
getPreferredVariableOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
getPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Gurobi and SCIP enable presolve by default.
getPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
Gurobi and SCIP enable presolve by default.
getPresolve() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
Gurobi and SCIP enable presolve by default.
getPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we use an heuristic to detect some basic case of blocked clause in the SAT presolve.
getPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters
Whether we use an heuristic to detect some basic case of blocked clause in the SAT presolve.
getPresolveBlockedClause() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we use an heuristic to detect some basic case of blocked clause in the SAT presolve.
getPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced by stricly more than this threshold.
getPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced by stricly more than this threshold.
getPresolveBvaThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced by stricly more than this threshold.
getPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters.Builder
During presolve, we apply BVE only if this weight times the number of clauses plus the number of clause literals is not increased.
getPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters
During presolve, we apply BVE only if this weight times the number of clauses plus the number of clause literals is not increased.
getPresolveBveClauseWeight() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
During presolve, we apply BVE only if this weight times the number of clauses plus the number of clause literals is not increased.
getPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
During presolve, only try to perform the bounded variable elimination (BVE) of a variable x if the number of occurrences of x times the number of occurrences of not(x) is not greater than this parameter.
getPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters
During presolve, only try to perform the bounded variable elimination (BVE) of a variable x if the number of occurrences of x times the number of occurrences of not(x) is not greater than this parameter.
getPresolveBveThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
During presolve, only try to perform the bounded variable elimination (BVE) of a variable x if the number of occurrences of x times the number of occurrences of not(x) is not greater than this parameter.
getPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we will extract from linear constraints, enforcement literals of the form "integer variable at bound => simplified constraint".
getPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters
If true, we will extract from linear constraints, enforcement literals of the form "integer variable at bound => simplified constraint".
getPresolveExtractIntegerEnforcement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, we will extract from linear constraints, enforcement literals of the form "integer variable at bound => simplified constraint".
getPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
The maximum "deterministic" time limit to spend in probing.
getPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters
The maximum "deterministic" time limit to spend in probing.
getPresolveProbingDeterministicTimeLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The maximum "deterministic" time limit to spend in probing.
getPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
How much substitution (also called free variable aggregation in MIP litterature) should we perform at presolve.
getPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters
How much substitution (also called free variable aggregation in MIP litterature) should we perform at presolve.
getPresolveSubstitutionLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
How much substitution (also called free variable aggregation in MIP litterature) should we perform at presolve.
getPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
getPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
getPresolveUseBva() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
GetPreTravelEvaluatorOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
getPrimalIntegral() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
double primal_integral = 22;
getPrimalIntegral() - Method in class com.google.ortools.sat.CpSolverResponse
double primal_integral = 22;
getPrimalIntegral() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
double primal_integral = 22;
getPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
getPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
getPrimalTolerance() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
getPrimalToleranceBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
getPrimalToleranceOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
getPrimalToleranceOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
getPrimalToleranceOrBuilder() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
getPrimaryConstrainedDimension() - Method in class com.google.ortools.constraintsolver.RoutingModel
Get the primary constrained dimension, or an empty string if it is unset.
getPrintAddedConstraints() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Print added constraints.
getPrintAddedConstraints() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Print added constraints.
getPrintAddedConstraints() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Print added constraints.
getPrintLocalSearchProfile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Print local search profiling data after solving.
getPrintLocalSearchProfile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Print local search profiling data after solving.
getPrintLocalSearchProfile() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Print local search profiling data after solving.
getPrintModel() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Print the model before solving.
getPrintModel() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Print the model before solving.
getPrintModel() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Print the model before solving.
getPrintModelStats() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Print model statistics before solving.
getPrintModelStats() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Print model statistics before solving.
getPrintModelStats() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Print model statistics before solving.
getProbingPeriodAtRoot() - Method in class com.google.ortools.sat.SatParameters.Builder
If set at zero (the default), it is disabled.
getProbingPeriodAtRoot() - Method in class com.google.ortools.sat.SatParameters
If set at zero (the default), it is disabled.
getProbingPeriodAtRoot() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If set at zero (the default), it is disabled.
getProfileFile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Export propagation profiling data to file.
getProfileFile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Export propagation profiling data to file.
getProfileFile() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Export propagation profiling data to file.
getProfileFileBytes() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Export propagation profiling data to file.
getProfileFileBytes() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Export propagation profiling data to file.
getProfileFileBytes() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Export propagation profiling data to file.
getProfileLocalSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Activate local search profiling.
getProfileLocalSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Activate local search profiling.
getProfileLocalSearch() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Activate local search profiling.
getProfilePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Activate propagation profiling.
getProfilePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Activate propagation profiling.
getProfilePropagation() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Activate propagation profiling.
getPropagationMonitor() - Method in class com.google.ortools.constraintsolver.Solver
Returns the propagation monitor.
getPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
The solver ignores the pseudo costs of variables with number of recordings less than this threshold.
getPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters
The solver ignores the pseudo costs of variables with number of recordings less than this threshold.
getPseudoCostReliabilityThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The solver ignores the pseudo costs of variables with number of recordings less than this threshold.
getQcoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
getQcoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
Must be finite.
getQcoefficient(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
Must be finite.
getQcoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
getQcoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
Must be finite.
getQcoefficientCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
Must be finite.
getQcoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
getQcoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
Must be finite.
getQcoefficientList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
Must be finite.
getQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
getQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
getQuadraticConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
getQuadraticConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
getQuadraticConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
getQuadraticConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
getQuadraticConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
getQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Optionally, a quadratic objective.
getQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto
Optionally, a quadratic objective.
getQuadraticObjective() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
Optionally, a quadratic objective.
getQuadraticObjectiveBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Optionally, a quadratic objective.
getQuadraticObjectiveOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Optionally, a quadratic objective.
getQuadraticObjectiveOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto
Optionally, a quadratic objective.
getQuadraticObjectiveOrBuilder() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
Optionally, a quadratic objective.
getQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
getQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
getQvar1Index(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
getQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
getQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
getQvar1Index(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
getQvar1IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
getQvar1IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
getQvar1IndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
getQvar1IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
getQvar1IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
getQvar1IndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
getQvar1IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
getQvar1IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
getQvar1IndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
getQvar1IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
getQvar1IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
getQvar1IndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
getQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
repeated int32 qvar2_index = 4;
getQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
repeated int32 qvar2_index = 4;
getQvar2Index(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
repeated int32 qvar2_index = 4;
getQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
repeated int32 qvar2_index = 2;
getQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
repeated int32 qvar2_index = 2;
getQvar2Index(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
repeated int32 qvar2_index = 2;
getQvar2IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
repeated int32 qvar2_index = 4;
getQvar2IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
repeated int32 qvar2_index = 4;
getQvar2IndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
repeated int32 qvar2_index = 4;
getQvar2IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
repeated int32 qvar2_index = 2;
getQvar2IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
repeated int32 qvar2_index = 2;
getQvar2IndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
repeated int32 qvar2_index = 2;
getQvar2IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
repeated int32 qvar2_index = 4;
getQvar2IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
repeated int32 qvar2_index = 4;
getQvar2IndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
repeated int32 qvar2_index = 4;
getQvar2IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
repeated int32 qvar2_index = 2;
getQvar2IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
repeated int32 qvar2_index = 2;
getQvar2IndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
repeated int32 qvar2_index = 2;
getRandom_seed() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
Seed used to initialize the random part in some heuristics.
getRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
A number between 0 and 1 that indicates the proportion of branching variables that are selected randomly instead of choosing the first variable from the given variable_ordering strategy.
getRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters
A number between 0 and 1 that indicates the proportion of branching variables that are selected randomly instead of choosing the first variable from the given variable_ordering strategy.
getRandomBranchesRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
A number between 0 and 1 that indicates the proportion of branching variables that are selected randomly instead of choosing the first variable from the given variable_ordering strategy.
getRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
Randomize fixed search.
getRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters
Randomize fixed search.
getRandomizeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Randomize fixed search.
getRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
The proportion of polarity chosen at random.
getRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters
The proportion of polarity chosen at random.
getRandomPolarityRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The proportion of polarity chosen at random.
getRandomSeed() - Method in class com.google.ortools.sat.SatParameters.Builder
At the beginning of each solve, the random number generator used in some part of the solver is reinitialized to this seed.
getRandomSeed() - Method in class com.google.ortools.sat.SatParameters
At the beginning of each solve, the random number generator used in some part of the solver is reinitialized to this seed.
getRandomSeed() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
At the beginning of each solve, the random number generator used in some part of the solver is reinitialized to this seed.
getReducedCost(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
getReducedCost(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
getReducedCost(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
getReducedCostCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
getReducedCostCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
getReducedCostCount() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
getReducedCostList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
getReducedCostList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
getReducedCostList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
getReduceMemoryUsageInInterleaveMode() - Method in class com.google.ortools.sat.SatParameters.Builder
Temporary parameter until the memory usage is more optimized.
getReduceMemoryUsageInInterleaveMode() - Method in class com.google.ortools.sat.SatParameters
Temporary parameter until the memory usage is more optimized.
getReduceMemoryUsageInInterleaveMode() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Temporary parameter until the memory usage is more optimized.
getReduceVehicleCostModel() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Advanced settings.
getReduceVehicleCostModel() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
Advanced settings.
getReduceVehicleCostModel() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
Advanced settings.
getRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double relative_gap_limit = 160 [default = 0];
getRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters
optional double relative_gap_limit = 160 [default = 0];
getRelativeGapLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double relative_gap_limit = 160 [default = 0];
getRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
The solver stops if the relative MIP gap reaches this value or below.
getRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
The solver stops if the relative MIP gap reaches this value or below.
getRelativeMipGap() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
The solver stops if the relative MIP gap reaches this value or below.
getRelativeMipGapBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
The solver stops if the relative MIP gap reaches this value or below.
getRelativeMipGapOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
The solver stops if the relative MIP gap reaches this value or below.
getRelativeMipGapOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
The solver stops if the relative MIP gap reaches this value or below.
getRelativeMipGapOrBuilder() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
The solver stops if the relative MIP gap reaches this value or below.
getRelocateExpensiveChainNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Number of expensive arcs to consider cutting in the RelocateExpensiveChain neighborhood operator (see LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
getRelocateExpensiveChainNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Number of expensive arcs to consider cutting in the RelocateExpensiveChain neighborhood operator (see LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
getRelocateExpensiveChainNumArcsToConsider() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Number of expensive arcs to consider cutting in the RelocateExpensiveChain neighborhood operator (see LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
getRepairHint() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the solver tries to repair the solution given in the hint.
getRepairHint() - Method in class com.google.ortools.sat.SatParameters
If true, the solver tries to repair the solution given in the hint.
getRepairHint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the solver tries to repair the solution given in the hint.
GetRequiredTypeAlternativesWhenAddingType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the set of requirement alternatives when adding the given type.
GetRequiredTypeAlternativesWhenRemovingType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the set of requirement alternatives when removing the given type.
getReservoir() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
getReservoir() - Method in class com.google.ortools.sat.ConstraintProto
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
getReservoir() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
getReservoirBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
getReservoirOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
getReservoirOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
getReservoirOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
getRestartAlgorithms(int) - Method in class com.google.ortools.sat.SatParameters.Builder
The restart strategies will change each time the strategy_counter is increased.
getRestartAlgorithms(int) - Method in class com.google.ortools.sat.SatParameters
The restart strategies will change each time the strategy_counter is increased.
getRestartAlgorithms(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The restart strategies will change each time the strategy_counter is increased.
getRestartAlgorithmsCount() - Method in class com.google.ortools.sat.SatParameters.Builder
The restart strategies will change each time the strategy_counter is increased.
getRestartAlgorithmsCount() - Method in class com.google.ortools.sat.SatParameters
The restart strategies will change each time the strategy_counter is increased.
getRestartAlgorithmsCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The restart strategies will change each time the strategy_counter is increased.
getRestartAlgorithmsList() - Method in class com.google.ortools.sat.SatParameters.Builder
The restart strategies will change each time the strategy_counter is increased.
getRestartAlgorithmsList() - Method in class com.google.ortools.sat.SatParameters
The restart strategies will change each time the strategy_counter is increased.
getRestartAlgorithmsList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The restart strategies will change each time the strategy_counter is increased.
getRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
In the moving average restart algorithms, a restart is triggered if the window average times this ratio is greater that the global average.
getRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters
In the moving average restart algorithms, a restart is triggered if the window average times this ratio is greater that the global average.
getRestartDlAverageRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
In the moving average restart algorithms, a restart is triggered if the window average times this ratio is greater that the global average.
getRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double restart_lbd_average_ratio = 71 [default = 1];
getRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters
optional double restart_lbd_average_ratio = 71 [default = 1];
getRestartLbdAverageRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double restart_lbd_average_ratio = 71 [default = 1];
getRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
Restart period for the FIXED_RESTART strategy.
getRestartPeriod() - Method in class com.google.ortools.sat.SatParameters
Restart period for the FIXED_RESTART strategy.
getRestartPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Restart period for the FIXED_RESTART strategy.
getRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
Size of the window for the moving average restarts.
getRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters
Size of the window for the moving average restarts.
getRestartRunningWindowSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Size of the window for the moving average restarts.
getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
optional int32 resultant_var_index = 2;
getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
optional int32 resultant_var_index = 2;
getResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
optional int32 resultant_var_index = 2;
getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
optional int32 resultant_var_index = 2;
getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
optional int32 resultant_var_index = 2;
getResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
optional int32 resultant_var_index = 2;
getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
optional int32 resultant_var_index = 3;
getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
optional int32 resultant_var_index = 3;
getResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
optional int32 resultant_var_index = 3;
getRightMate(int) - Method in class com.google.ortools.graph.LinearSumAssignment
 
getRightNode(int) - Method in class com.google.ortools.graph.LinearSumAssignment
 
getRoutes() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The routes constraint implements the vehicle routing problem.
getRoutes() - Method in class com.google.ortools.sat.ConstraintProto
The routes constraint implements the vehicle routing problem.
getRoutes() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The routes constraint implements the vehicle routing problem.
getRoutesBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The routes constraint implements the vehicle routing problem.
getRoutesOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The routes constraint implements the vehicle routing problem.
getRoutesOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The routes constraint implements the vehicle routing problem.
getRoutesOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The routes constraint implements the vehicle routing problem.
getRun_all_heuristics() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
The default phase will run heuristics periodically.
getSameVehicleIndicesOfIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns variable indices of nodes constrained to be on the same route.
getSavingsAddReverseArcs() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Add savings related to reverse arcs when finding the nearest neighbors of the nodes.
getSavingsAddReverseArcs() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Add savings related to reverse arcs when finding the nearest neighbors of the nodes.
getSavingsAddReverseArcs() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Add savings related to reverse arcs when finding the nearest neighbors of the nodes.
getSavingsArcCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Coefficient of the cost of the arc for which the saving value is being computed: Saving(a-->b) = Cost(a-->end) + Cost(start-->b) - savings_arc_coefficient * Cost(a-->b) This parameter must be greater than 0, and its default value is 1.
getSavingsArcCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Coefficient of the cost of the arc for which the saving value is being computed: Saving(a-->b) = Cost(a-->end) + Cost(start-->b) - savings_arc_coefficient * Cost(a-->b) This parameter must be greater than 0, and its default value is 1.
getSavingsArcCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Coefficient of the cost of the arc for which the saving value is being computed: Saving(a-->b) = Cost(a-->end) + Cost(start-->b) - savings_arc_coefficient * Cost(a-->b) This parameter must be greater than 0, and its default value is 1.
getSavingsMaxMemoryUsageBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
The number of neighbors considered for each node in the Savings heuristic is chosen so that the space used to store the savings doesn't exceed savings_max_memory_usage_bytes, which must be in ]0, 1e10].
getSavingsMaxMemoryUsageBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
The number of neighbors considered for each node in the Savings heuristic is chosen so that the space used to store the savings doesn't exceed savings_max_memory_usage_bytes, which must be in ]0, 1e10].
getSavingsMaxMemoryUsageBytes() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
The number of neighbors considered for each node in the Savings heuristic is chosen so that the space used to store the savings doesn't exceed savings_max_memory_usage_bytes, which must be in ]0, 1e10].
getSavingsNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Parameters specific to the Savings first solution heuristic.
getSavingsNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Parameters specific to the Savings first solution heuristic.
getSavingsNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Parameters specific to the Savings first solution heuristic.
getSavingsParallelRoutes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
When true, the routes are built in parallel, sequentially otherwise.
getSavingsParallelRoutes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
When true, the routes are built in parallel, sequentially otherwise.
getSavingsParallelRoutes() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
When true, the routes are built in parallel, sequentially otherwise.
getScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Enable automatic scaling of matrix coefficients and objective.
getScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
Enable automatic scaling of matrix coefficients and objective.
getScaling() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
Enable automatic scaling of matrix coefficients and objective.
getScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
double scaling_factor = 3;
getScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto
double scaling_factor = 3;
getScalingFactor() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
double scaling_factor = 3;
getSearchBranching() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
getSearchBranching() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
getSearchBranching() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
getSearchRandomizationTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
Search randomization will collect equivalent 'max valued' variables, and pick one randomly.
getSearchRandomizationTolerance() - Method in class com.google.ortools.sat.SatParameters
Search randomization will collect equivalent 'max valued' variables, and pick one randomly.
getSearchRandomizationTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Search randomization will collect equivalent 'max valued' variables, and pick one randomly.
getSearchStrategy(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategy(int) - Method in class com.google.ortools.sat.CpModelProto
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategy(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyCount() - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyCount() - Method in class com.google.ortools.sat.CpModelProto
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyCount() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyList() - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyList() - Method in class com.google.ortools.sat.CpModelProto
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyOrBuilder(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSearchStrategyOrBuilderList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
getSecond() - Method in class com.google.ortools.constraintsolver.IntBoolPair
 
getSerializedSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
getSerializedSize() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
getSerializedSize() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
getSerializedSize() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPModelProto
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
getSerializedSize() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
getSerializedSize() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.BoolArgumentProto
 
getSerializedSize() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.ConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.CpModelProto
 
getSerializedSize() - Method in class com.google.ortools.sat.CpObjectiveProto
 
getSerializedSize() - Method in class com.google.ortools.sat.CpSolverResponse
 
getSerializedSize() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
getSerializedSize() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
getSerializedSize() - Method in class com.google.ortools.sat.DenseMatrixProto
 
getSerializedSize() - Method in class com.google.ortools.sat.ElementConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.IntegerArgumentProto
 
getSerializedSize() - Method in class com.google.ortools.sat.IntegerVariableProto
 
getSerializedSize() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.InverseConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.LinearArgumentProto
 
getSerializedSize() - Method in class com.google.ortools.sat.LinearConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.LinearExpressionProto
 
getSerializedSize() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
getSerializedSize() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
getSerializedSize() - Method in class com.google.ortools.sat.SatParameters
 
getSerializedSize() - Method in class com.google.ortools.sat.SparsePermutationProto
 
getSerializedSize() - Method in class com.google.ortools.sat.SymmetryProto
 
getSerializedSize() - Method in class com.google.ortools.sat.TableConstraintProto
 
getShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
Allows sharing of the bounds of modified variables at level 0.
getShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters
Allows sharing of the bounds of modified variables at level 0.
getShareLevelZeroBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Allows sharing of the bounds of modified variables at level 0.
getShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
Allows objective sharing between workers.
getShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters
Allows objective sharing between workers.
getShareObjectiveBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Allows objective sharing between workers.
getShortString() - Method in class com.google.ortools.sat.IntVar
Returns a short string describing the variable.
getShortString() - Method in interface com.google.ortools.sat.Literal
Returns a short string to describe the literal.
getShortString() - Method in class com.google.ortools.sat.NotBooleanVariable
Returns a short string describing this literal.
getShowUnusedVariables() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
For .lp files only.
GetSingleNodesOfType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
getSize() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
int32 size = 3;
getSize() - Method in class com.google.ortools.sat.IntervalConstraintProto
int32 size = 3;
getSize() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
int32 size = 3;
getSizeView() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto size_view = 6;
getSizeView() - Method in class com.google.ortools.sat.IntervalConstraintProto
.operations_research.sat.LinearExpressionProto size_view = 6;
getSizeView() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
.operations_research.sat.LinearExpressionProto size_view = 6;
getSizeViewBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto size_view = 6;
getSizeViewOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto size_view = 6;
getSizeViewOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto
.operations_research.sat.LinearExpressionProto size_view = 6;
getSizeViewOrBuilder() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
.operations_research.sat.LinearExpressionProto size_view = 6;
getSkipLocallyOptimalPaths() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Skip locally optimal pairs of paths in PathOperators.
getSkipLocallyOptimalPaths() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Skip locally optimal pairs of paths in PathOperators.
getSkipLocallyOptimalPaths() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Skip locally optimal pairs of paths in PathOperators.
getSmartTimeCheck() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
bool smart_time_check = 5;
getSmartTimeCheck() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
bool smart_time_check = 5;
getSmartTimeCheck() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
bool smart_time_check = 5;
getSolution(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A feasible solution to the given problem.
getSolution(int) - Method in class com.google.ortools.sat.CpSolverResponse
A feasible solution to the given problem.
getSolution(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
A feasible solution to the given problem.
getSolutionCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A feasible solution to the given problem.
getSolutionCount() - Method in class com.google.ortools.sat.CpSolverResponse
A feasible solution to the given problem.
getSolutionCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
A feasible solution to the given problem.
getSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Solution hint.
getSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto
Solution hint.
getSolutionHint() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
Solution hint.
getSolutionHint() - Method in class com.google.ortools.sat.CpModelProto.Builder
Solution hint.
getSolutionHint() - Method in class com.google.ortools.sat.CpModelProto
Solution hint.
getSolutionHint() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
Solution hint.
getSolutionHintBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Solution hint.
getSolutionHintBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
Solution hint.
getSolutionHintOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Solution hint.
getSolutionHintOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto
Solution hint.
getSolutionHintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
Solution hint.
getSolutionHintOrBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
Solution hint.
getSolutionHintOrBuilder() - Method in class com.google.ortools.sat.CpModelProto
Solution hint.
getSolutionHintOrBuilder() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
Solution hint.
getSolutionInfo() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Additional information about how the solution was found.
getSolutionInfo() - Method in class com.google.ortools.sat.CpSolverResponse
Additional information about how the solution was found.
getSolutionInfo() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Additional information about how the solution was found.
getSolutionInfoBytes() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Additional information about how the solution was found.
getSolutionInfoBytes() - Method in class com.google.ortools.sat.CpSolverResponse
Additional information about how the solution was found.
getSolutionInfoBytes() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Additional information about how the solution was found.
getSolutionLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-- Search limits -- Limit to the number of solutions generated during the search.
getSolutionLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-- Search limits -- Limit to the number of solutions generated during the search.
getSolutionLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-- Search limits -- Limit to the number of solutions generated during the search.
getSolutionList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A feasible solution to the given problem.
getSolutionList() - Method in class com.google.ortools.sat.CpSolverResponse
A feasible solution to the given problem.
getSolutionList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
A feasible solution to the given problem.
getSolutionLowerBounds(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
getSolutionLowerBounds(int) - Method in class com.google.ortools.sat.CpSolverResponse
Advanced usage.
getSolutionLowerBounds(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Advanced usage.
getSolutionLowerBoundsCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
getSolutionLowerBoundsCount() - Method in class com.google.ortools.sat.CpSolverResponse
Advanced usage.
getSolutionLowerBoundsCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Advanced usage.
getSolutionLowerBoundsList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
getSolutionLowerBoundsList() - Method in class com.google.ortools.sat.CpSolverResponse
Advanced usage.
getSolutionLowerBoundsList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Advanced usage.
getSolutions() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
int64 solutions = 4;
getSolutions() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
int64 solutions = 4;
getSolutions() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
int64 solutions = 4;
getSolutionUpperBounds(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
repeated int64 solution_upper_bounds = 19;
getSolutionUpperBounds(int) - Method in class com.google.ortools.sat.CpSolverResponse
repeated int64 solution_upper_bounds = 19;
getSolutionUpperBounds(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
repeated int64 solution_upper_bounds = 19;
getSolutionUpperBoundsCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
repeated int64 solution_upper_bounds = 19;
getSolutionUpperBoundsCount() - Method in class com.google.ortools.sat.CpSolverResponse
repeated int64 solution_upper_bounds = 19;
getSolutionUpperBoundsCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
repeated int64 solution_upper_bounds = 19;
getSolutionUpperBoundsList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
repeated int64 solution_upper_bounds = 19;
getSolutionUpperBoundsList() - Method in class com.google.ortools.sat.CpSolverResponse
repeated int64 solution_upper_bounds = 19;
getSolutionUpperBoundsList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
repeated int64 solution_upper_bounds = 19;
getSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Parameters to use in the underlying constraint solver.
getSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
Parameters to use in the underlying constraint solver.
getSolverParameters() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
Parameters to use in the underlying constraint solver.
getSolverParametersBuilder() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Parameters to use in the underlying constraint solver.
getSolverParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Parameters to use in the underlying constraint solver.
getSolverParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
Parameters to use in the underlying constraint solver.
getSolverParametersOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
Parameters to use in the underlying constraint solver.
getSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage.
getSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest
Advanced usage.
getSolverSpecificParameters() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
Advanced usage.
getSolverSpecificParametersBytes() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage.
getSolverSpecificParametersBytes() - Method in class com.google.ortools.linearsolver.MPModelRequest
Advanced usage.
getSolverSpecificParametersBytes() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
Advanced usage.
getSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Maximum time to be spent by the solver to solve 'model'.
getSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest
Maximum time to be spent by the solver to solve 'model'.
getSolverTimeLimitSeconds() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
Maximum time to be spent by the solver to solve 'model'.
getSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
optional .operations_research.MPModelRequest.SolverType solver_type = 2;
getSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest
optional .operations_research.MPModelRequest.SolverType solver_type = 2;
getSolverType() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
optional .operations_research.MPModelRequest.SolverType solver_type = 2;
getSorted_vehicle_classes_per_type() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
getSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPSosConstraint sos_constraint = 3;
getSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
.operations_research.MPSosConstraint sos_constraint = 3;
getSosConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
.operations_research.MPSosConstraint sos_constraint = 3;
getSosConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPSosConstraint sos_constraint = 3;
getSosConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPSosConstraint sos_constraint = 3;
getSosConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
.operations_research.MPSosConstraint sos_constraint = 3;
getSosConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
.operations_research.MPSosConstraint sos_constraint = 3;
getSpanCostCoefficientForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
getSpanUpperBoundForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
getStart() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
int32 start = 1;
getStart() - Method in class com.google.ortools.sat.IntervalConstraintProto
int32 start = 1;
getStart() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
int32 start = 1;
getStartIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
getStartingState() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
A state is identified by a non-negative number.
getStartingState() - Method in class com.google.ortools.sat.AutomatonConstraintProto
A state is identified by a non-negative number.
getStartingState() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
A state is identified by a non-negative number.
getStartView() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
EXPERIMENTAL: This will become the new way to specify an interval.
getStartView() - Method in class com.google.ortools.sat.IntervalConstraintProto
EXPERIMENTAL: This will become the new way to specify an interval.
getStartView() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
EXPERIMENTAL: This will become the new way to specify an interval.
getStartViewBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
EXPERIMENTAL: This will become the new way to specify an interval.
getStartViewOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
EXPERIMENTAL: This will become the new way to specify an interval.
getStartViewOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto
EXPERIMENTAL: This will become the new way to specify an interval.
getStartViewOrBuilder() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
EXPERIMENTAL: This will become the new way to specify an interval.
getStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Result of the optimization.
getStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
Result of the optimization.
getStatus() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
Result of the optimization.
getStatus() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
The status of the solve.
getStatus() - Method in class com.google.ortools.sat.CpSolverResponse
The status of the solve.
getStatus() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
The status of the solve.
getStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Human-readable string giving more details about the status.
getStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
Human-readable string giving more details about the status.
getStatusStr() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
Human-readable string giving more details about the status.
getStatusStrBytes() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Human-readable string giving more details about the status.
getStatusStrBytes() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
Human-readable string giving more details about the status.
getStatusStrBytes() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
Human-readable string giving more details about the status.
getStatusValue() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
The status of the solve.
getStatusValue() - Method in class com.google.ortools.sat.CpSolverResponse
The status of the solve.
getStatusValue() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
The status of the solve.
getStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
For an optimization problem, stop the solver as soon as we have a solution.
getStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters
For an optimization problem, stop the solver as soon as we have a solution.
getStopAfterFirstSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
For an optimization problem, stop the solver as soon as we have a solution.
getStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
Mainly used when improving the presolver.
getStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters
Mainly used when improving the presolver.
getStopAfterPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Mainly used when improving the presolver.
getStoreNames() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
This parameters indicates if the solver should store the names of the objets it manages.
getStoreNames() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
This parameters indicates if the solver should store the names of the objets it manages.
getStoreNames() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
This parameters indicates if the solver should store the names of the objets it manages.
getStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
The parameter num_conflicts_before_strategy_changes is increased by that much after each strategy change.
getStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters
The parameter num_conflicts_before_strategy_changes is increased by that much after each strategy change.
getStrategyChangeIncreaseRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The parameter num_conflicts_before_strategy_changes is increased by that much after each strategy change.
getSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters.Builder
At a really low cost, during the 1-UIP conflict computation, it is easy to detect if some of the involved reasons are subsumed by the current conflict.
getSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters
At a really low cost, during the 1-UIP conflict computation, it is easy to detect if some of the involved reasons are subsumed by the current conflict.
getSubsumptionDuringConflictAnalysis() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
At a really low cost, during the 1-UIP conflict computation, it is easy to detect if some of the involved reasons are subsumed by the current conflict.
getSufficientAssumptionsForInfeasibility(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A subset of the model "assumptions" field.
getSufficientAssumptionsForInfeasibility(int) - Method in class com.google.ortools.sat.CpSolverResponse
A subset of the model "assumptions" field.
getSufficientAssumptionsForInfeasibility(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
A subset of the model "assumptions" field.
getSufficientAssumptionsForInfeasibilityCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A subset of the model "assumptions" field.
getSufficientAssumptionsForInfeasibilityCount() - Method in class com.google.ortools.sat.CpSolverResponse
A subset of the model "assumptions" field.
getSufficientAssumptionsForInfeasibilityCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
A subset of the model "assumptions" field.
getSufficientAssumptionsForInfeasibilityList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A subset of the model "assumptions" field.
getSufficientAssumptionsForInfeasibilityList() - Method in class com.google.ortools.sat.CpSolverResponse
A subset of the model "assumptions" field.
getSufficientAssumptionsForInfeasibilityList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
A subset of the model "assumptions" field.
getSupply(int) - Method in class com.google.ortools.graph.MinCostFlow
 
getSupport(int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
Each cycle is listed one after the other in the support field.
getSupport(int) - Method in class com.google.ortools.sat.SparsePermutationProto
Each cycle is listed one after the other in the support field.
getSupport(int) - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
Each cycle is listed one after the other in the support field.
getSupportCount() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
Each cycle is listed one after the other in the support field.
getSupportCount() - Method in class com.google.ortools.sat.SparsePermutationProto
Each cycle is listed one after the other in the support field.
getSupportCount() - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
Each cycle is listed one after the other in the support field.
getSupportList() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
Each cycle is listed one after the other in the support field.
getSupportList() - Method in class com.google.ortools.sat.SparsePermutationProto
Each cycle is listed one after the other in the support field.
getSupportList() - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
Each cycle is listed one after the other in the support field.
getSymmetry() - Method in class com.google.ortools.sat.CpModelProto.Builder
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
getSymmetry() - Method in class com.google.ortools.sat.CpModelProto
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
getSymmetry() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
getSymmetryBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
getSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we try to automatically detect the symmetries in a model and exploit them.
getSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters
Whether we try to automatically detect the symmetries in a model and exploit them.
getSymmetryLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we try to automatically detect the symmetries in a model and exploit them.
getSymmetryOrBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
getSymmetryOrBuilder() - Method in class com.google.ortools.sat.CpModelProto
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
getSymmetryOrBuilder() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
getSynchronizedObjectiveValue() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
Objective value from last time Synchronize() was called.
GetSynchronizedObjectiveValue() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
getTable() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The table constraint enforces what values a tuple of variables may take.
getTable() - Method in class com.google.ortools.sat.ConstraintProto
The table constraint enforces what values a tuple of variables may take.
getTable() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The table constraint enforces what values a tuple of variables may take.
getTableBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The table constraint enforces what values a tuple of variables may take.
getTableOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The table constraint enforces what values a tuple of variables may take.
getTableOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
The table constraint enforces what values a tuple of variables may take.
getTableOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The table constraint enforces what values a tuple of variables may take.
getTail(int) - Method in class com.google.ortools.graph.MaxFlow
 
getTail(int) - Method in class com.google.ortools.graph.MinCostFlow
 
getTails(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 tails = 3;
getTails(int) - Method in class com.google.ortools.sat.CircuitConstraintProto
repeated int32 tails = 3;
getTails(int) - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
repeated int32 tails = 3;
getTails(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 tails = 1;
getTails(int) - Method in class com.google.ortools.sat.RoutesConstraintProto
repeated int32 tails = 1;
getTails(int) - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
repeated int32 tails = 1;
getTailsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 tails = 3;
getTailsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto
repeated int32 tails = 3;
getTailsCount() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
repeated int32 tails = 3;
getTailsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 tails = 1;
getTailsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto
repeated int32 tails = 1;
getTailsCount() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
repeated int32 tails = 1;
getTailsList() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 tails = 3;
getTailsList() - Method in class com.google.ortools.sat.CircuitConstraintProto
repeated int32 tails = 3;
getTailsList() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
repeated int32 tails = 3;
getTailsList() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 tails = 1;
getTailsList() - Method in class com.google.ortools.sat.RoutesConstraintProto
repeated int32 tails = 1;
getTailsList() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
repeated int32 tails = 1;
getTarget() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
int32 target = 2;
getTarget() - Method in class com.google.ortools.sat.ElementConstraintProto
int32 target = 2;
getTarget() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
int32 target = 2;
getTarget() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
int32 target = 1;
getTarget() - Method in class com.google.ortools.sat.IntegerArgumentProto
int32 target = 1;
getTarget() - Method in interface com.google.ortools.sat.IntegerArgumentProtoOrBuilder
int32 target = 1;
getTarget() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
.operations_research.sat.LinearExpressionProto target = 1;
getTarget() - Method in class com.google.ortools.sat.LinearArgumentProto
.operations_research.sat.LinearExpressionProto target = 1;
getTarget() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
.operations_research.sat.LinearExpressionProto target = 1;
getTargetBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
.operations_research.sat.LinearExpressionProto target = 1;
getTargetOrBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
.operations_research.sat.LinearExpressionProto target = 1;
getTargetOrBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto
.operations_research.sat.LinearExpressionProto target = 1;
getTargetOrBuilder() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
.operations_research.sat.LinearExpressionProto target = 1;
getTemporalTypeIncompatibilitiesOfType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
getTightenedVariables(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
getTightenedVariables(int) - Method in class com.google.ortools.sat.CpSolverResponse
Advanced usage.
getTightenedVariables(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Advanced usage.
getTightenedVariablesBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
getTightenedVariablesBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
getTightenedVariablesCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
getTightenedVariablesCount() - Method in class com.google.ortools.sat.CpSolverResponse
Advanced usage.
getTightenedVariablesCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Advanced usage.
getTightenedVariablesList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
getTightenedVariablesList() - Method in class com.google.ortools.sat.CpSolverResponse
Advanced usage.
getTightenedVariablesList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Advanced usage.
getTightenedVariablesOrBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
getTightenedVariablesOrBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse
Advanced usage.
getTightenedVariablesOrBuilder(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Advanced usage.
getTightenedVariablesOrBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
getTightenedVariablesOrBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse
Advanced usage.
getTightenedVariablesOrBuilderList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
Advanced usage.
getTime() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
TODO(user): Specify the time units or switch to google.Duration proto.
getTime() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
TODO(user): Specify the time units or switch to google.Duration proto.
getTime() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
TODO(user): Specify the time units or switch to google.Duration proto.
getTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the search.
getTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Limit to the time spent in the search.
getTimeLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Limit to the time spent in the search.
getTimeLimitBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the search.
getTimeLimitOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the search.
getTimeLimitOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Limit to the time spent in the search.
getTimeLimitOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Limit to the time spent in the search.
getTimes(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
variables.
getTimes(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
variables.
getTimes(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
variables.
getTimesCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
variables.
getTimesCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto
variables.
getTimesCount() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
variables.
getTimesList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
variables.
getTimesList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
variables.
getTimesList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
variables.
getTmp_vector_() - Method in class com.google.ortools.constraintsolver.Solver
Unsafe temporary vector.
getTracePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Activate propagate tracing.
getTracePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Activate propagate tracing.
getTracePropagation() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Activate propagate tracing.
getTraceSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Trace search.
getTraceSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Trace search.
getTraceSearch() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Trace search.
getTrailBlockSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
This parameter indicates the default size of a block of the trail.
getTrailBlockSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
This parameter indicates the default size of a block of the trail.
getTrailBlockSize() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
This parameter indicates the default size of a block of the trail.
getTransformations(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformations(int) - Method in class com.google.ortools.sat.DecisionStrategyProto
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformations(int) - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsBuilder(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsBuilderList() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsCount() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsCount() - Method in class com.google.ortools.sat.DecisionStrategyProto
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsCount() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsList() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsList() - Method in class com.google.ortools.sat.DecisionStrategyProto
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsList() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsOrBuilder(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsOrBuilder(int) - Method in class com.google.ortools.sat.DecisionStrategyProto
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsOrBuilder(int) - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsOrBuilderList() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsOrBuilderList() - Method in class com.google.ortools.sat.DecisionStrategyProto
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransformationsOrBuilderList() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
getTransitionHead(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_head = 5;
getTransitionHead(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
repeated int64 transition_head = 5;
getTransitionHead(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
repeated int64 transition_head = 5;
getTransitionHeadCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_head = 5;
getTransitionHeadCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
repeated int64 transition_head = 5;
getTransitionHeadCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
repeated int64 transition_head = 5;
getTransitionHeadList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_head = 5;
getTransitionHeadList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
repeated int64 transition_head = 5;
getTransitionHeadList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
repeated int64 transition_head = 5;
getTransitionLabel(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_label = 6;
getTransitionLabel(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
repeated int64 transition_label = 6;
getTransitionLabel(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
repeated int64 transition_label = 6;
getTransitionLabelCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_label = 6;
getTransitionLabelCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
repeated int64 transition_label = 6;
getTransitionLabelCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
repeated int64 transition_label = 6;
getTransitionLabelList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_label = 6;
getTransitionLabelList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
repeated int64 transition_label = 6;
getTransitionLabelList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
repeated int64 transition_label = 6;
getTransitionTail(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
List of transitions (all 3 vectors have the same size).
getTransitionTail(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
List of transitions (all 3 vectors have the same size).
getTransitionTail(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
List of transitions (all 3 vectors have the same size).
getTransitionTailCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
List of transitions (all 3 vectors have the same size).
getTransitionTailCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
List of transitions (all 3 vectors have the same size).
getTransitionTailCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
List of transitions (all 3 vectors have the same size).
getTransitionTailList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
List of transitions (all 3 vectors have the same size).
getTransitionTailList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
List of transitions (all 3 vectors have the same size).
getTransitionTailList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
List of transitions (all 3 vectors have the same size).
getTransitValue(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns the transition value for a given pair of nodes (as var index);
this value is the one taken by the corresponding transit variable when
the 'next' variable for 'from_index' is bound to 'to_index'.
getTransitValueFromClass(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Same as above but taking a vehicle class of the dimension instead of a
vehicle (the class of a vehicle can be obtained with vehicle_to_class()).
getTreatBinaryClausesSeparately() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the binary clauses are treated separately from the others.
getTreatBinaryClausesSeparately() - Method in class com.google.ortools.sat.SatParameters
If true, the binary clauses are treated separately from the others.
getTreatBinaryClausesSeparately() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the binary clauses are treated separately from the others.
getType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
getType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
getType() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
getType_index_of_vehicle() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
getUnitCost(int) - Method in class com.google.ortools.graph.MinCostFlow
 
getUnknownFields() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
getUnknownFields() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
getUnknownFields() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
getUnknownFields() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
getUnknownFields() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
getUnknownFields() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
getUnknownFields() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
getUnknownFields() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPModelProto
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
getUnknownFields() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
getUnknownFields() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.BoolArgumentProto
 
getUnknownFields() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.ConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.CpModelProto
 
getUnknownFields() - Method in class com.google.ortools.sat.CpObjectiveProto
 
getUnknownFields() - Method in class com.google.ortools.sat.CpSolverResponse
 
getUnknownFields() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
getUnknownFields() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
getUnknownFields() - Method in class com.google.ortools.sat.DenseMatrixProto
 
getUnknownFields() - Method in class com.google.ortools.sat.ElementConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.IntegerArgumentProto
 
getUnknownFields() - Method in class com.google.ortools.sat.IntegerVariableProto
 
getUnknownFields() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.InverseConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.LinearArgumentProto
 
getUnknownFields() - Method in class com.google.ortools.sat.LinearConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.LinearExpressionProto
 
getUnknownFields() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
getUnknownFields() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
getUnknownFields() - Method in class com.google.ortools.sat.SatParameters
 
getUnknownFields() - Method in class com.google.ortools.sat.SparsePermutationProto
 
getUnknownFields() - Method in class com.google.ortools.sat.SymmetryProto
 
getUnknownFields() - Method in class com.google.ortools.sat.TableConstraintProto
 
getUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
optional double upper_bound = 3 [default = inf];
getUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto
optional double upper_bound = 3 [default = inf];
getUpperBound() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
optional double upper_bound = 3 [default = inf];
getUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
optional double upper_bound = 7 [default = inf];
getUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
optional double upper_bound = 7 [default = inf];
getUpperBound() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
optional double upper_bound = 7 [default = inf];
getUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
optional double upper_bound = 2 [default = inf];
getUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto
optional double upper_bound = 2 [default = inf];
getUpperBound() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
optional double upper_bound = 2 [default = inf];
getUse_last_conflict() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
Should we use last conflict method.
getUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool use_absl_random = 180 [default = false];
getUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters
optional bool use_absl_random = 180 [default = false];
getUseAbslRandom() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional bool use_absl_random = 180 [default = false];
getUseAllPossibleDisjunctions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool use_all_possible_disjunctions = 108;
getUseAllPossibleDisjunctions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
bool use_all_possible_disjunctions = 108;
getUseAllPossibleDisjunctions() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
bool use_all_possible_disjunctions = 108;
getUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters.Builder
Block a moving restart algorithm if the trail size of the current conflict is greater than the multiplier times the moving average of the trail size at the previous conflicts.
getUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters
Block a moving restart algorithm if the trail size of the current conflict is greater than the multiplier times the moving average of the trail size at the previous conflicts.
getUseBlockingRestart() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Block a moving restart algorithm if the trail size of the current conflict is greater than the multiplier times the moving average of the trail size at the previous conflicts.
getUseBranchingInLp() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the solver attemts to generate more info inside lp propagator by branching on some variables if certain criteria are met during the search tree exploration.
getUseBranchingInLp() - Method in class com.google.ortools.sat.SatParameters
If true, the solver attemts to generate more info inside lp propagator by branching on some variables if certain criteria are met during the search tree exploration.
getUseBranchingInLp() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the solver attemts to generate more info inside lp propagator by branching on some variables if certain criteria are met during the search tree exploration.
getUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
This can be beneficial if there is a lot of no-overlap constraints but a relatively low number of different intervals in the problem.
getUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters
This can be beneficial if there is a lot of no-overlap constraints but a relatively low number of different intervals in the problem.
getUseCombinedNoOverlap() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
This can be beneficial if there is a lot of no-overlap constraints but a relatively low number of different intervals in the problem.
getUseCp() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, use the CP solver to find a solution.
getUseCp() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
If true, use the CP solver to find a solution.
getUseCp() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
If true, use the CP solver to find a solution.
getUseCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, use the CP-SAT solver to find a solution.
getUseCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
If true, use the CP-SAT solver to find a solution.
getUseCpSat() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
If true, use the CP-SAT solver to find a solution.
getUseCpSatValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, use the CP-SAT solver to find a solution.
getUseCpSatValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
If true, use the CP-SAT solver to find a solution.
getUseCpSatValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
If true, use the CP-SAT solver to find a solution.
getUseCpValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, use the CP solver to find a solution.
getUseCpValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
If true, use the CP solver to find a solution.
getUseCpValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
If true, use the CP solver to find a solution.
getUseCross() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which cross exchanges the starting chains of 2 paths, including exchanging the whole paths.
getUseCross() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which cross exchanges the starting chains of 2 paths, including exchanging the whole paths.
getUseCross() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which cross exchanges the starting chains of 2 paths, including exchanging the whole paths.
getUseCrossExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Not implemented yet.
getUseCrossExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Not implemented yet.
getUseCrossExchange() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Not implemented yet.
getUseCrossExchangeValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Not implemented yet.
getUseCrossExchangeValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Not implemented yet.
getUseCrossExchangeValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Not implemented yet.
getUseCrossValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which cross exchanges the starting chains of 2 paths, including exchanging the whole paths.
getUseCrossValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which cross exchanges the starting chains of 2 paths, including exchanging the whole paths.
getUseCrossValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which cross exchanges the starting chains of 2 paths, including exchanging the whole paths.
getUseCumulativeEdgeFinder() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the propagation of the cumulative constraint.
getUseCumulativeEdgeFinder() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Control the propagation of the cumulative constraint.
getUseCumulativeEdgeFinder() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Control the propagation of the cumulative constraint.
getUseCumulativeTimeTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool use_cumulative_time_table = 106;
getUseCumulativeTimeTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
bool use_cumulative_time_table = 106;
getUseCumulativeTimeTable() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
bool use_cumulative_time_table = 106;
getUseCumulativeTimeTableSync() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool use_cumulative_time_table_sync = 112;
getUseCumulativeTimeTableSync() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
bool use_cumulative_time_table_sync = 112;
getUseCumulativeTimeTableSync() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
bool use_cumulative_time_table_sync = 112;
getUseDepthFirstSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
--- Search control --- If true, the solver should use depth-first search rather than local search to solve the problem.
getUseDepthFirstSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
--- Search control --- If true, the solver should use depth-first search rather than local search to solve the problem.
getUseDepthFirstSearch() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
--- Search control --- If true, the solver should use depth-first search rather than local search to solve the problem.
getUseDisjunctiveConstraintInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, the cumulative constraint is reinforced with propagators from the disjunctive constraint to improve the inference on a set of tasks that are disjunctive at the root of the problem.
getUseDisjunctiveConstraintInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters
When this is true, the cumulative constraint is reinforced with propagators from the disjunctive constraint to improve the inference on a set of tasks that are disjunctive at the root of the problem.
getUseDisjunctiveConstraintInCumulativeConstraint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When this is true, the cumulative constraint is reinforced with propagators from the disjunctive constraint to improve the inference on a set of tasks that are disjunctive at the root of the problem.
getUseElementRmq() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the implementation of the element constraint.
getUseElementRmq() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Control the implementation of the element constraint.
getUseElementRmq() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Control the implementation of the element constraint.
getUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as described in "Learning Rate Based Branching Heuristic for SAT solvers", J.H.Liang, V.
getUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as described in "Learning Rate Based Branching Heuristic for SAT solvers", J.H.Liang, V.
getUseErwaHeuristic() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as described in "Learning Rate Based Branching Heuristic for SAT solvers", J.H.Liang, V.
getUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters.Builder
The solver usually exploit the LP relaxation of a model.
getUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters
The solver usually exploit the LP relaxation of a model.
getUseExactLpReason() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The solver usually exploit the LP relaxation of a model.
getUseExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges the positions of two nodes.
getUseExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which exchanges the positions of two nodes.
getUseExchange() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which exchanges the positions of two nodes.
getUseExchangePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges the positions of two pair of nodes.
getUseExchangePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which exchanges the positions of two pair of nodes.
getUseExchangePair() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which exchanges the positions of two pair of nodes.
getUseExchangePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges the positions of two pair of nodes.
getUseExchangePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which exchanges the positions of two pair of nodes.
getUseExchangePairValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which exchanges the positions of two pair of nodes.
getUseExchangeSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges subtrips associated to two pairs of nodes, see use_relocate_subtrip for a definition of subtrips.
getUseExchangeSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which exchanges subtrips associated to two pairs of nodes, see use_relocate_subtrip for a definition of subtrips.
getUseExchangeSubtrip() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which exchanges subtrips associated to two pairs of nodes, see use_relocate_subtrip for a definition of subtrips.
getUseExchangeSubtripValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges subtrips associated to two pairs of nodes, see use_relocate_subtrip for a definition of subtrips.
getUseExchangeSubtripValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which exchanges subtrips associated to two pairs of nodes, see use_relocate_subtrip for a definition of subtrips.
getUseExchangeSubtripValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which exchanges subtrips associated to two pairs of nodes, see use_relocate_subtrip for a definition of subtrips.
getUseExchangeValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges the positions of two nodes.
getUseExchangeValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which exchanges the positions of two nodes.
getUseExchangeValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which exchanges the positions of two nodes.
getUseExtendedSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes an inactive node active and an active one inactive.
getUseExtendedSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which makes an inactive node active and an active one inactive.
getUseExtendedSwapActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which makes an inactive node active and an active one inactive.
getUseExtendedSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes an inactive node active and an active one inactive.
getUseExtendedSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which makes an inactive node active and an active one inactive.
getUseExtendedSwapActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which makes an inactive node active and an active one inactive.
getUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters.Builder
Adds a feasibility pump subsolver along with lns subsolvers.
getUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters
Adds a feasibility pump subsolver along with lns subsolvers.
getUseFeasibilityPump() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Adds a feasibility pump subsolver along with lns subsolvers.
getUseFullPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relaxes one entire path and all unactive nodes.
getUseFullPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which relaxes one entire path and all unactive nodes.
getUseFullPathLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which relaxes one entire path and all unactive nodes.
getUseFullPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relaxes one entire path and all unactive nodes.
getUseFullPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which relaxes one entire path and all unactive nodes.
getUseFullPathLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which relaxes one entire path and all unactive nodes.
getUseFullPropagation() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
--- Propagation control --- These are advanced settings which should not be modified unless you know what you are doing.
getUseFullPropagation() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
--- Propagation control --- These are advanced settings which should not be modified unless you know what you are doing.
getUseFullPropagation() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
--- Propagation control --- These are advanced settings which should not be modified unless you know what you are doing.
getUseGlobalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
The following operator makes a node and its heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along with each of their corresponding performed pickup/delivery pairs, and then reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
The following operator makes a node and its heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along with each of their corresponding performed pickup/delivery pairs, and then reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionCloseNodesLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
The following operator makes a node and its heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along with each of their corresponding performed pickup/delivery pairs, and then reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionCloseNodesLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
The following operator makes a node and its heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along with each of their corresponding performed pickup/delivery pairs, and then reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionCloseNodesLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
The following operator makes a node and its heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along with each of their corresponding performed pickup/delivery pairs, and then reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionCloseNodesLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
The following operator makes a node and its heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along with each of their corresponding performed pickup/delivery pairs, and then reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider most expensive arcs on a route, makes the nodes in between pairs of these expensive arcs unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider most expensive arcs on a route, makes the nodes in between pairs of these expensive arcs unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionExpensiveChainLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider most expensive arcs on a route, makes the nodes in between pairs of these expensive arcs unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionExpensiveChainLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider most expensive arcs on a route, makes the nodes in between pairs of these expensive arcs unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionExpensiveChainLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider most expensive arcs on a route, makes the nodes in between pairs of these expensive arcs unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionExpensiveChainLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider most expensive arcs on a route, makes the nodes in between pairs of these expensive arcs unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- LNS-like large neighborhood search operators using heuristics --- Operator which makes all nodes on a route unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
--- LNS-like large neighborhood search operators using heuristics --- Operator which makes all nodes on a route unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionPathLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
--- LNS-like large neighborhood search operators using heuristics --- Operator which makes all nodes on a route unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- LNS-like large neighborhood search operators using heuristics --- Operator which makes all nodes on a route unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
--- LNS-like large neighborhood search operators using heuristics --- Operator which makes all nodes on a route unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
getUseGlobalCheapestInsertionPathLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
--- LNS-like large neighborhood search operators using heuristics --- Operator which makes all nodes on a route unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
getUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
Stores and exploits "implied-bounds" in the solver.
getUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters
Stores and exploits "implied-bounds" in the solver.
getUseImpliedBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Stores and exploits "implied-bounds" in the solver.
getUseInactiveLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relaxes all inactive nodes and one sub-chain of six consecutive arcs.
getUseInactiveLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which relaxes all inactive nodes and one sub-chain of six consecutive arcs.
getUseInactiveLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which relaxes all inactive nodes and one sub-chain of six consecutive arcs.
getUseInactiveLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relaxes all inactive nodes and one sub-chain of six consecutive arcs.
getUseInactiveLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which relaxes all inactive nodes and one sub-chain of six consecutive arcs.
getUseInactiveLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which relaxes all inactive nodes and one sub-chain of six consecutive arcs.
getUseLightRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves a pair of pickup and delivery nodes after another pair.
getUseLightRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which moves a pair of pickup and delivery nodes after another pair.
getUseLightRelocatePair() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which moves a pair of pickup and delivery nodes after another pair.
getUseLightRelocatePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves a pair of pickup and delivery nodes after another pair.
getUseLightRelocatePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which moves a pair of pickup and delivery nodes after another pair.
getUseLightRelocatePairValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which moves a pair of pickup and delivery nodes after another pair.
getUseLinKernighan() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Lin-Kernighan operator.
getUseLinKernighan() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Lin-Kernighan operator.
getUseLinKernighan() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Lin-Kernighan operator.
getUseLinKernighanValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Lin-Kernighan operator.
getUseLinKernighanValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Lin-Kernighan operator.
getUseLinKernighanValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Lin-Kernighan operator.
getUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters.Builder
LNS parameters.
getUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters
LNS parameters.
getUseLnsOnly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
LNS parameters.
getUseLocalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above, but insertion positions for nodes are determined by the LocalCheapestInsertion heuristic.
getUseLocalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Same as above, but insertion positions for nodes are determined by the LocalCheapestInsertion heuristic.
getUseLocalCheapestInsertionCloseNodesLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Same as above, but insertion positions for nodes are determined by the LocalCheapestInsertion heuristic.
getUseLocalCheapestInsertionCloseNodesLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above, but insertion positions for nodes are determined by the LocalCheapestInsertion heuristic.
getUseLocalCheapestInsertionCloseNodesLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Same as above, but insertion positions for nodes are determined by the LocalCheapestInsertion heuristic.
getUseLocalCheapestInsertionCloseNodesLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Same as above, but insertion positions for nodes are determined by the LocalCheapestInsertion heuristic.
getUseLocalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above but using LocalCheapestInsertion as a heuristic for insertion.
getUseLocalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Same as above but using LocalCheapestInsertion as a heuristic for insertion.
getUseLocalCheapestInsertionExpensiveChainLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Same as above but using LocalCheapestInsertion as a heuristic for insertion.
getUseLocalCheapestInsertionExpensiveChainLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above but using LocalCheapestInsertion as a heuristic for insertion.
getUseLocalCheapestInsertionExpensiveChainLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Same as above but using LocalCheapestInsertion as a heuristic for insertion.
getUseLocalCheapestInsertionExpensiveChainLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Same as above but using LocalCheapestInsertion as a heuristic for insertion.
getUseLocalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above but using LocalCheapestInsertion as a heuristic.
getUseLocalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Same as above but using LocalCheapestInsertion as a heuristic.
getUseLocalCheapestInsertionPathLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Same as above but using LocalCheapestInsertion as a heuristic.
getUseLocalCheapestInsertionPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above but using LocalCheapestInsertion as a heuristic.
getUseLocalCheapestInsertionPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Same as above but using LocalCheapestInsertion as a heuristic.
getUseLocalCheapestInsertionPathLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Same as above but using LocalCheapestInsertion as a heuristic.
getUseMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Operators on inactive nodes --- Operator which inserts an inactive node into a path.
getUseMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
--- Operators on inactive nodes --- Operator which inserts an inactive node into a path.
getUseMakeActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
--- Operators on inactive nodes --- Operator which inserts an inactive node into a path.
getUseMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Operators on inactive nodes --- Operator which inserts an inactive node into a path.
getUseMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
--- Operators on inactive nodes --- Operator which inserts an inactive node into a path.
getUseMakeActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
--- Operators on inactive nodes --- Operator which inserts an inactive node into a path.
getUseMakeChainInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes a "chain" of path nodes inactive.
getUseMakeChainInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which makes a "chain" of path nodes inactive.
getUseMakeChainInactive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which makes a "chain" of path nodes inactive.
getUseMakeChainInactiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes a "chain" of path nodes inactive.
getUseMakeChainInactiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which makes a "chain" of path nodes inactive.
getUseMakeChainInactiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which makes a "chain" of path nodes inactive.
getUseMakeInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes path nodes inactive.
getUseMakeInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which makes path nodes inactive.
getUseMakeInactive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which makes path nodes inactive.
getUseMakeInactiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes path nodes inactive.
getUseMakeInactiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which makes path nodes inactive.
getUseMakeInactiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which makes path nodes inactive.
getUseMultiArmedBanditConcatenateOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, the solver will use multi-armed bandit concatenate operators.
getUseMultiArmedBanditConcatenateOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
If true, the solver will use multi-armed bandit concatenate operators.
getUseMultiArmedBanditConcatenateOperators() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
If true, the solver will use multi-armed bandit concatenate operators.
getUseNodePairSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes an inactive node active and an active pair of nodes inactive OR makes an inactive pair of nodes active and an active node inactive.
getUseNodePairSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which makes an inactive node active and an active pair of nodes inactive OR makes an inactive pair of nodes active and an active node inactive.
getUseNodePairSwapActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which makes an inactive node active and an active pair of nodes inactive OR makes an inactive pair of nodes active and an active node inactive.
getUseNodePairSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes an inactive node active and an active pair of nodes inactive OR makes an inactive pair of nodes active and an active node inactive.
getUseNodePairSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which makes an inactive node active and an active pair of nodes inactive OR makes an inactive pair of nodes active and an active node inactive.
getUseNodePairSwapActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which makes an inactive node active and an active pair of nodes inactive OR makes an inactive pair of nodes active and an active node inactive.
getUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters.Builder
For an optimization problem, whether we follow some hints in order to find a better first solution.
getUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters
For an optimization problem, whether we follow some hints in order to find a better first solution.
getUseOptimizationHints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
For an optimization problem, whether we follow some hints in order to find a better first solution.
getUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we automatically detect variables whose constraint are always enforced by the same literal and we mark them as optional.
getUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters
If true, we automatically detect variables whose constraint are always enforced by the same literal and we mark them as optional.
getUseOptionalVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, we automatically detect variables whose constraint are always enforced by the same literal and we mark them as optional.
getUseOrOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves sub-chains of a path of length 1, 2 and 3 to another position in the same path.
getUseOrOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which moves sub-chains of a path of length 1, 2 and 3 to another position in the same path.
getUseOrOpt() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which moves sub-chains of a path of length 1, 2 and 3 to another position in the same path.
getUseOrOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves sub-chains of a path of length 1, 2 and 3 to another position in the same path.
getUseOrOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which moves sub-chains of a path of length 1, 2 and 3 to another position in the same path.
getUseOrOptValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which moves sub-chains of a path of length 1, 2 and 3 to another position in the same path.
getUseOverloadCheckerInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, the cumulative constraint is reinforced with overload checking, i.e., an additional level of reasoning based on energy.
getUseOverloadCheckerInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters
When this is true, the cumulative constraint is reinforced with overload checking, i.e., an additional level of reasoning based on energy.
getUseOverloadCheckerInCumulativeConstraint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When this is true, the cumulative constraint is reinforced with overload checking, i.e., an additional level of reasoning based on energy.
getUsePathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Large neighborhood search operators --- Operator which relaxes two sub-chains of three consecutive arcs each.
getUsePathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
--- Large neighborhood search operators --- Operator which relaxes two sub-chains of three consecutive arcs each.
getUsePathLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
--- Large neighborhood search operators --- Operator which relaxes two sub-chains of three consecutive arcs each.
getUsePathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Large neighborhood search operators --- Operator which relaxes two sub-chains of three consecutive arcs each.
getUsePathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
--- Large neighborhood search operators --- Operator which relaxes two sub-chains of three consecutive arcs each.
getUsePathLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
--- Large neighborhood search operators --- Operator which relaxes two sub-chains of three consecutive arcs each.
getUsePbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether to use pseudo-Boolean resolution to analyze a conflict.
getUsePbResolution() - Method in class com.google.ortools.sat.SatParameters
Whether to use pseudo-Boolean resolution to analyze a conflict.
getUsePbResolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether to use pseudo-Boolean resolution to analyze a conflict.
getUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters.Builder
If this is true, then the polarity of a variable will be the last value it was assigned to, or its default polarity if it was never assigned since the call to ResetDecisionHeuristic().
getUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters
If this is true, then the polarity of a variable will be the last value it was assigned to, or its default polarity if it was never assigned since the call to ResetDecisionHeuristic().
getUsePhaseSaving() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If this is true, then the polarity of a variable will be the last value it was assigned to, or its default polarity if it was never assigned since the call to ResetDecisionHeuristic().
getUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, then a disjunctive constraint will try to use the precedence relations between time intervals to propagate their bounds further.
getUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters
When this is true, then a disjunctive constraint will try to use the precedence relations between time intervals to propagate their bounds further.
getUsePrecedencesInDisjunctiveConstraint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When this is true, then a disjunctive constraint will try to use the precedence relations between time intervals to propagate their bounds further.
getUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, search will continuously probe Boolean variables, and integer variable bounds.
getUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters
If true, search will continuously probe Boolean variables, and integer variable bounds.
getUseProbingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, search will continuously probe Boolean variables, and integer variable bounds.
getUseRelaxationLns() - Method in class com.google.ortools.sat.SatParameters.Builder
Turns on a lns worker which solves relaxed version of the original problem by removing constraints from the problem in order to get better bounds.
getUseRelaxationLns() - Method in class com.google.ortools.sat.SatParameters
Turns on a lns worker which solves relaxed version of the original problem by removing constraints from the problem in order to get better bounds.
getUseRelaxationLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Turns on a lns worker which solves relaxed version of the original problem by removing constraints from the problem in order to get better bounds.
getUseRelocate() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Inter-route operators --- Operator which moves a single node to another position.
getUseRelocate() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
--- Inter-route operators --- Operator which moves a single node to another position.
getUseRelocate() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
--- Inter-route operators --- Operator which moves a single node to another position.
getUseRelocateAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relocates a node while making an inactive one active.
getUseRelocateAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which relocates a node while making an inactive one active.
getUseRelocateAndMakeActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which relocates a node while making an inactive one active.
getUseRelocateAndMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relocates a node while making an inactive one active.
getUseRelocateAndMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which relocates a node while making an inactive one active.
getUseRelocateAndMakeActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which relocates a node while making an inactive one active.
getUseRelocateExpensiveChain() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which detects the relocate_expensive_chain_num_arcs_to_consider most expensive arcs on a path, and moves the chain resulting from cutting pairs of arcs among these to another position.
getUseRelocateExpensiveChain() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which detects the relocate_expensive_chain_num_arcs_to_consider most expensive arcs on a path, and moves the chain resulting from cutting pairs of arcs among these to another position.
getUseRelocateExpensiveChain() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which detects the relocate_expensive_chain_num_arcs_to_consider most expensive arcs on a path, and moves the chain resulting from cutting pairs of arcs among these to another position.
getUseRelocateExpensiveChainValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which detects the relocate_expensive_chain_num_arcs_to_consider most expensive arcs on a path, and moves the chain resulting from cutting pairs of arcs among these to another position.
getUseRelocateExpensiveChainValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which detects the relocate_expensive_chain_num_arcs_to_consider most expensive arcs on a path, and moves the chain resulting from cutting pairs of arcs among these to another position.
getUseRelocateExpensiveChainValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which detects the relocate_expensive_chain_num_arcs_to_consider most expensive arcs on a path, and moves the chain resulting from cutting pairs of arcs among these to another position.
getUseRelocateNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Relocate neighborhood which moves chains of neighbors.
getUseRelocateNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Relocate neighborhood which moves chains of neighbors.
getUseRelocateNeighbors() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Relocate neighborhood which moves chains of neighbors.
getUseRelocateNeighborsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Relocate neighborhood which moves chains of neighbors.
getUseRelocateNeighborsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Relocate neighborhood which moves chains of neighbors.
getUseRelocateNeighborsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Relocate neighborhood which moves chains of neighbors.
getUseRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves a pair of pickup and delivery nodes to another position where the first node of the pair must be before the second node on the same path.
getUseRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which moves a pair of pickup and delivery nodes to another position where the first node of the pair must be before the second node on the same path.
getUseRelocatePair() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which moves a pair of pickup and delivery nodes to another position where the first node of the pair must be before the second node on the same path.
getUseRelocatePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves a pair of pickup and delivery nodes to another position where the first node of the pair must be before the second node on the same path.
getUseRelocatePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which moves a pair of pickup and delivery nodes to another position where the first node of the pair must be before the second node on the same path.
getUseRelocatePairValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which moves a pair of pickup and delivery nodes to another position where the first node of the pair must be before the second node on the same path.
getUseRelocatePathGlobalCheapestInsertionInsertUnperformed() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
The following operator relocates an entire route to an empty path and then tries to insert the unperformed nodes using the global cheapest insertion heuristic.
getUseRelocatePathGlobalCheapestInsertionInsertUnperformed() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
The following operator relocates an entire route to an empty path and then tries to insert the unperformed nodes using the global cheapest insertion heuristic.
getUseRelocatePathGlobalCheapestInsertionInsertUnperformed() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
The following operator relocates an entire route to an empty path and then tries to insert the unperformed nodes using the global cheapest insertion heuristic.
getUseRelocatePathGlobalCheapestInsertionInsertUnperformedValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
The following operator relocates an entire route to an empty path and then tries to insert the unperformed nodes using the global cheapest insertion heuristic.
getUseRelocatePathGlobalCheapestInsertionInsertUnperformedValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
The following operator relocates an entire route to an empty path and then tries to insert the unperformed nodes using the global cheapest insertion heuristic.
getUseRelocatePathGlobalCheapestInsertionInsertUnperformedValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
The following operator relocates an entire route to an empty path and then tries to insert the unperformed nodes using the global cheapest insertion heuristic.
getUseRelocateSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Relocate neighborhood that moves subpaths all pickup and delivery pairs have both pickup and delivery inside the subpath or both outside the subpath.
getUseRelocateSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Relocate neighborhood that moves subpaths all pickup and delivery pairs have both pickup and delivery inside the subpath or both outside the subpath.
getUseRelocateSubtrip() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Relocate neighborhood that moves subpaths all pickup and delivery pairs have both pickup and delivery inside the subpath or both outside the subpath.
getUseRelocateSubtripValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Relocate neighborhood that moves subpaths all pickup and delivery pairs have both pickup and delivery inside the subpath or both outside the subpath.
getUseRelocateSubtripValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Relocate neighborhood that moves subpaths all pickup and delivery pairs have both pickup and delivery inside the subpath or both outside the subpath.
getUseRelocateSubtripValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Relocate neighborhood that moves subpaths all pickup and delivery pairs have both pickup and delivery inside the subpath or both outside the subpath.
getUseRelocateValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Inter-route operators --- Operator which moves a single node to another position.
getUseRelocateValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
--- Inter-route operators --- Operator which moves a single node to another position.
getUseRelocateValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
--- Inter-route operators --- Operator which moves a single node to another position.
getUseRinsLns() - Method in class com.google.ortools.sat.SatParameters.Builder
Turns on relaxation induced neighborhood generator.
getUseRinsLns() - Method in class com.google.ortools.sat.SatParameters
Turns on relaxation induced neighborhood generator.
getUseRinsLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Turns on relaxation induced neighborhood generator.
getUserTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
double user_time = 16;
getUserTime() - Method in class com.google.ortools.sat.CpSolverResponse
double user_time = 16;
getUserTime() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
double user_time = 16;
getUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool use_sat_inprocessing = 163 [default = false];
getUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters
optional bool use_sat_inprocessing = 163 [default = false];
getUseSatInprocessing() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional bool use_sat_inprocessing = 163 [default = false];
getUseSequenceHighDemandTasks() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool use_sequence_high_demand_tasks = 107;
getUseSequenceHighDemandTasks() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
bool use_sequence_high_demand_tasks = 107;
getUseSequenceHighDemandTasks() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
bool use_sequence_high_demand_tasks = 107;
getUseSmallTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the implementation of the table constraint.
getUseSmallTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
Control the implementation of the table constraint.
getUseSmallTable() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
Control the implementation of the table constraint.
getUseSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which replaces an active node by an inactive one.
getUseSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which replaces an active node by an inactive one.
getUseSwapActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which replaces an active node by an inactive one.
getUseSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which replaces an active node by an inactive one.
getUseSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Operator which replaces an active node by an inactive one.
getUseSwapActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Operator which replaces an active node by an inactive one.
getUseTimetableEdgeFindingInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, the cumulative constraint is reinforced with timetable edge finding, i.e., an additional level of reasoning based on the conjunction of energy and mandatory parts.
getUseTimetableEdgeFindingInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters
When this is true, the cumulative constraint is reinforced with timetable edge finding, i.e., an additional level of reasoning based on the conjunction of energy and mandatory parts.
getUseTimetableEdgeFindingInCumulativeConstraint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When this is true, the cumulative constraint is reinforced with timetable edge finding, i.e., an additional level of reasoning based on the conjunction of energy and mandatory parts.
getUseTspLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
TSP-base LNS.
getUseTspLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
TSP-base LNS.
getUseTspLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
TSP-base LNS.
getUseTspLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
TSP-base LNS.
getUseTspLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
TSP-base LNS.
getUseTspLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
TSP-base LNS.
getUseTspOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Sliding TSP operator.
getUseTspOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Sliding TSP operator.
getUseTspOpt() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Sliding TSP operator.
getUseTspOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Sliding TSP operator.
getUseTspOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
Sliding TSP operator.
getUseTspOptValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
Sliding TSP operator.
getUseTwoOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Intra-route operators --- Operator which reverves a sub-chain of a path.
getUseTwoOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
--- Intra-route operators --- Operator which reverves a sub-chain of a path.
getUseTwoOpt() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
--- Intra-route operators --- Operator which reverves a sub-chain of a path.
getUseTwoOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Intra-route operators --- Operator which reverves a sub-chain of a path.
getUseTwoOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
--- Intra-route operators --- Operator which reverves a sub-chain of a path.
getUseTwoOptValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
--- Intra-route operators --- Operator which reverves a sub-chain of a path.
getUseUnfilteredFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
--- Advanced first solutions strategy settings --- Don't touch these unless you know what you are doing.
getUseUnfilteredFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
--- Advanced first solutions strategy settings --- Don't touch these unless you know what you are doing.
getUseUnfilteredFirstSolutionStrategy() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
--- Advanced first solutions strategy settings --- Don't touch these unless you know what you are doing.
getValue() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
optional double value = 1;
getValue() - Method in class com.google.ortools.linearsolver.OptionalDouble
optional double value = 1;
getValue() - Method in interface com.google.ortools.linearsolver.OptionalDoubleOrBuilder
optional double value = 1;
getValue_selection_schema() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
This parameter describes which value to select for a given var.
getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
 
getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
 
getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
 
getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
 
getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
 
getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
 
getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
 
getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
 
getValueDescriptor() - Method in enum com.google.ortools.sat.CpSolverStatus
 
getValueDescriptor() - Method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
 
getValueDescriptor() - Method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
 
getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
 
getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
 
getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.ClauseProtection
 
getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
 
getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
 
getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
 
getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
 
getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.Polarity
 
getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
 
getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.SearchBranching
 
getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.VariableOrder
 
getValueDescriptor() - Method in enum com.google.ortools.util.OptionalBoolean
 
getValues(int) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int64 values = 2;
getValues(int) - Method in class com.google.ortools.sat.PartialVariableAssignment
repeated int64 values = 2;
getValues(int) - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
repeated int64 values = 2;
getValues(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int64 values = 2;
getValues(int) - Method in class com.google.ortools.sat.TableConstraintProto
repeated int64 values = 2;
getValues(int) - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
repeated int64 values = 2;
getValuesCount() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int64 values = 2;
getValuesCount() - Method in class com.google.ortools.sat.PartialVariableAssignment
repeated int64 values = 2;
getValuesCount() - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
repeated int64 values = 2;
getValuesCount() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int64 values = 2;
getValuesCount() - Method in class com.google.ortools.sat.TableConstraintProto
repeated int64 values = 2;
getValuesCount() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
repeated int64 values = 2;
getValuesList() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int64 values = 2;
getValuesList() - Method in class com.google.ortools.sat.PartialVariableAssignment
repeated int64 values = 2;
getValuesList() - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
repeated int64 values = 2;
getValuesList() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int64 values = 2;
getValuesList() - Method in class com.google.ortools.sat.TableConstraintProto
repeated int64 values = 2;
getValuesList() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
repeated int64 values = 2;
getVar() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
int32 var = 1;
getVar() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
int32 var = 1;
getVar() - Method in interface com.google.ortools.sat.DecisionStrategyProto.AffineTransformationOrBuilder
int32 var = 1;
getVar_selection_schema() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
This parameter describes how the next variable to instantiate
will be chosen.
getVariable() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
getVariable(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
getVariable(int) - Method in class com.google.ortools.linearsolver.MPModelProto
All the variables appearing in the model.
getVariable(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the variables appearing in the model.
getVariable(int) - Method in class com.google.ortools.sat.IntVar
 
getVariable(int) - Method in interface com.google.ortools.sat.LinearExpr
Returns the ith variable.
getVariable(int) - Method in class com.google.ortools.sat.ScalProd
 
getVariable(int) - Method in class com.google.ortools.sat.SumOfVariables
 
getVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
Each time a conflict is found, the activities of some variables are increased by one.
getVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters
Each time a conflict is found, the activities of some variables are increased by one.
getVariableActivityDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Each time a conflict is found, the activities of some variables are increased by one.
getVariableBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
getVariableBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
getVariableCount() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
getVariableCount() - Method in class com.google.ortools.linearsolver.MPModelProto
All the variables appearing in the model.
getVariableCount() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the variables appearing in the model.
getVariableList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
getVariableList() - Method in class com.google.ortools.linearsolver.MPModelProto
All the variables appearing in the model.
getVariableList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the variables appearing in the model.
getVariableOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
getVariableOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto
All the variables appearing in the model.
getVariableOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the variables appearing in the model.
getVariableOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
getVariableOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto
All the variables appearing in the model.
getVariableOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
All the variables appearing in the model.
getVariableOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Deprecated.
getVariableOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
Deprecated.
getVariableOverrides() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
Deprecated.
getVariableOverridesCount() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
getVariableOverridesCount() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
getVariableOverridesCount() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
getVariableOverridesMap() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
getVariableOverridesMap() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
getVariableOverridesMap() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
getVariableOverridesOrDefault(int, MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
getVariableOverridesOrDefault(int, MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
getVariableOverridesOrDefault(int, MPVariableProto) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
getVariableOverridesOrThrow(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
getVariableOverridesOrThrow(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
getVariableOverridesOrThrow(int) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
getVariables(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
getVariables(int) - Method in class com.google.ortools.sat.CpModelProto
The associated Protos should be referred by their index in these fields.
getVariables(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
The associated Protos should be referred by their index in these fields.
getVariables(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
The variables to be considered for the next decision.
getVariables(int) - Method in class com.google.ortools.sat.DecisionStrategyProto
The variables to be considered for the next decision.
getVariables(int) - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
The variables to be considered for the next decision.
getVariablesBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
getVariablesBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
getVariablesCount() - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
getVariablesCount() - Method in class com.google.ortools.sat.CpModelProto
The associated Protos should be referred by their index in these fields.
getVariablesCount() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
The associated Protos should be referred by their index in these fields.
getVariablesCount() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
The variables to be considered for the next decision.
getVariablesCount() - Method in class com.google.ortools.sat.DecisionStrategyProto
The variables to be considered for the next decision.
getVariablesCount() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
The variables to be considered for the next decision.
getVariableSelectionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
getVariableSelectionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
getVariableSelectionStrategy() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
getVariableSelectionStrategyValue() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
getVariableSelectionStrategyValue() - Method in class com.google.ortools.sat.DecisionStrategyProto
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
getVariableSelectionStrategyValue() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
getVariablesList() - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
getVariablesList() - Method in class com.google.ortools.sat.CpModelProto
The associated Protos should be referred by their index in these fields.
getVariablesList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
The associated Protos should be referred by their index in these fields.
getVariablesList() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
The variables to be considered for the next decision.
getVariablesList() - Method in class com.google.ortools.sat.DecisionStrategyProto
The variables to be considered for the next decision.
getVariablesList() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
The variables to be considered for the next decision.
getVariablesOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
getVariablesOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto
The associated Protos should be referred by their index in these fields.
getVariablesOrBuilder(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
The associated Protos should be referred by their index in these fields.
getVariablesOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
getVariablesOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto
The associated Protos should be referred by their index in these fields.
getVariablesOrBuilderList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
The associated Protos should be referred by their index in these fields.
getVariableValue(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Variable values in the same order as the MPModelProto::variable field.
getVariableValue(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
Variable values in the same order as the MPModelProto::variable field.
getVariableValue(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
Variable values in the same order as the MPModelProto::variable field.
getVariableValueCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Variable values in the same order as the MPModelProto::variable field.
getVariableValueCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
Variable values in the same order as the MPModelProto::variable field.
getVariableValueCount() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
Variable values in the same order as the MPModelProto::variable field.
getVariableValueList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Variable values in the same order as the MPModelProto::variable field.
getVariableValueList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
Variable values in the same order as the MPModelProto::variable field.
getVariableValueList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
Variable values in the same order as the MPModelProto::variable field.
getVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndex() - Method in interface com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
Variable index (w.r.t.
getVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
Variable index (w.r.t.
getVarIndex() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
Variable index (w.r.t.
getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
var_index[i] is the variable index (w.r.t.
getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto
var_index[i] is the variable index (w.r.t.
getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
var_index[i] is the variable index (w.r.t.
getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Variable index (w.r.t.
getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint
Variable index (w.r.t.
getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
Variable index (w.r.t.
getVarIndex(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated int32 var_index = 1 [packed = true];
getVarIndex(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
repeated int32 var_index = 1 [packed = true];
getVarIndex(int) - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
repeated int32 var_index = 1 [packed = true];
getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
var_index[i] is the variable index (w.r.t.
getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPConstraintProto
var_index[i] is the variable index (w.r.t.
getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
var_index[i] is the variable index (w.r.t.
getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Variable index (w.r.t.
getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPSosConstraint
Variable index (w.r.t.
getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
Variable index (w.r.t.
getVarIndexCount() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated int32 var_index = 1 [packed = true];
getVarIndexCount() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
repeated int32 var_index = 1 [packed = true];
getVarIndexCount() - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
repeated int32 var_index = 1 [packed = true];
getVarIndexList() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndexList() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndexList() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndexList() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
Variable indices are relative to the "variable" field in MPModelProto.
getVarIndexList() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
var_index[i] is the variable index (w.r.t.
getVarIndexList() - Method in class com.google.ortools.linearsolver.MPConstraintProto
var_index[i] is the variable index (w.r.t.
getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
var_index[i] is the variable index (w.r.t.
getVarIndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
getVarIndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
getVarIndexList() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Variable index (w.r.t.
getVarIndexList() - Method in class com.google.ortools.linearsolver.MPSosConstraint
Variable index (w.r.t.
getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
Variable index (w.r.t.
getVarIndexList() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated int32 var_index = 1 [packed = true];
getVarIndexList() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
repeated int32 var_index = 1 [packed = true];
getVarIndexList() - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
repeated int32 var_index = 1 [packed = true];
getVars(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated int32 vars = 1;
getVars(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto
repeated int32 vars = 1;
getVars(int) - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
repeated int32 vars = 1;
getVars(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of variables.
getVars(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
The sequence of variables.
getVars(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
The sequence of variables.
getVars(int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
The linear terms of the objective to minimize.
getVars(int) - Method in class com.google.ortools.sat.CpObjectiveProto
The linear terms of the objective to minimize.
getVars(int) - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
The linear terms of the objective to minimize.
getVars(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated int32 vars = 3;
getVars(int) - Method in class com.google.ortools.sat.ElementConstraintProto
repeated int32 vars = 3;
getVars(int) - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
repeated int32 vars = 3;
getVars(int) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
repeated int32 vars = 2;
getVars(int) - Method in class com.google.ortools.sat.IntegerArgumentProto
repeated int32 vars = 2;
getVars(int) - Method in interface com.google.ortools.sat.IntegerArgumentProtoOrBuilder
repeated int32 vars = 2;
getVars(int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int32 vars = 1;
getVars(int) - Method in class com.google.ortools.sat.LinearConstraintProto
repeated int32 vars = 1;
getVars(int) - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
repeated int32 vars = 1;
getVars(int) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int32 vars = 1;
getVars(int) - Method in class com.google.ortools.sat.LinearExpressionProto
repeated int32 vars = 1;
getVars(int) - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
repeated int32 vars = 1;
getVars(int) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int32 vars = 1;
getVars(int) - Method in class com.google.ortools.sat.PartialVariableAssignment
repeated int32 vars = 1;
getVars(int) - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
repeated int32 vars = 1;
getVars(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int32 vars = 1;
getVars(int) - Method in class com.google.ortools.sat.TableConstraintProto
repeated int32 vars = 1;
getVars(int) - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
repeated int32 vars = 1;
getVarsCount() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated int32 vars = 1;
getVarsCount() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
repeated int32 vars = 1;
getVarsCount() - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
repeated int32 vars = 1;
getVarsCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of variables.
getVarsCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
The sequence of variables.
getVarsCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
The sequence of variables.
getVarsCount() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
The linear terms of the objective to minimize.
getVarsCount() - Method in class com.google.ortools.sat.CpObjectiveProto
The linear terms of the objective to minimize.
getVarsCount() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
The linear terms of the objective to minimize.
getVarsCount() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated int32 vars = 3;
getVarsCount() - Method in class com.google.ortools.sat.ElementConstraintProto
repeated int32 vars = 3;
getVarsCount() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
repeated int32 vars = 3;
getVarsCount() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
repeated int32 vars = 2;
getVarsCount() - Method in class com.google.ortools.sat.IntegerArgumentProto
repeated int32 vars = 2;
getVarsCount() - Method in interface com.google.ortools.sat.IntegerArgumentProtoOrBuilder
repeated int32 vars = 2;
getVarsCount() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int32 vars = 1;
getVarsCount() - Method in class com.google.ortools.sat.LinearConstraintProto
repeated int32 vars = 1;
getVarsCount() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
repeated int32 vars = 1;
getVarsCount() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int32 vars = 1;
getVarsCount() - Method in class com.google.ortools.sat.LinearExpressionProto
repeated int32 vars = 1;
getVarsCount() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
repeated int32 vars = 1;
getVarsCount() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int32 vars = 1;
getVarsCount() - Method in class com.google.ortools.sat.PartialVariableAssignment
repeated int32 vars = 1;
getVarsCount() - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
repeated int32 vars = 1;
getVarsCount() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int32 vars = 1;
getVarsCount() - Method in class com.google.ortools.sat.TableConstraintProto
repeated int32 vars = 1;
getVarsCount() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
repeated int32 vars = 1;
getVarsList() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated int32 vars = 1;
getVarsList() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
repeated int32 vars = 1;
getVarsList() - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
repeated int32 vars = 1;
getVarsList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of variables.
getVarsList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
The sequence of variables.
getVarsList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
The sequence of variables.
getVarsList() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
The linear terms of the objective to minimize.
getVarsList() - Method in class com.google.ortools.sat.CpObjectiveProto
The linear terms of the objective to minimize.
getVarsList() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
The linear terms of the objective to minimize.
getVarsList() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated int32 vars = 3;
getVarsList() - Method in class com.google.ortools.sat.ElementConstraintProto
repeated int32 vars = 3;
getVarsList() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
repeated int32 vars = 3;
getVarsList() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
repeated int32 vars = 2;
getVarsList() - Method in class com.google.ortools.sat.IntegerArgumentProto
repeated int32 vars = 2;
getVarsList() - Method in interface com.google.ortools.sat.IntegerArgumentProtoOrBuilder
repeated int32 vars = 2;
getVarsList() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int32 vars = 1;
getVarsList() - Method in class com.google.ortools.sat.LinearConstraintProto
repeated int32 vars = 1;
getVarsList() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
repeated int32 vars = 1;
getVarsList() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int32 vars = 1;
getVarsList() - Method in class com.google.ortools.sat.LinearExpressionProto
repeated int32 vars = 1;
getVarsList() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
repeated int32 vars = 1;
getVarsList() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int32 vars = 1;
getVarsList() - Method in class com.google.ortools.sat.PartialVariableAssignment
repeated int32 vars = 1;
getVarsList() - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
repeated int32 vars = 1;
getVarsList() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int32 vars = 1;
getVarsList() - Method in class com.google.ortools.sat.TableConstraintProto
repeated int32 vars = 1;
getVarsList() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
repeated int32 vars = 1;
getVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
Value the above variable should take.
getVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
Value the above variable should take.
getVarValue() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
Value the above variable should take.
getVarValue(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated double var_value = 2 [packed = true];
getVarValue(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
repeated double var_value = 2 [packed = true];
getVarValue(int) - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
repeated double var_value = 2 [packed = true];
getVarValueCount() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated double var_value = 2 [packed = true];
getVarValueCount() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
repeated double var_value = 2 [packed = true];
getVarValueCount() - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
repeated double var_value = 2 [packed = true];
getVarValueList() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated double var_value = 2 [packed = true];
getVarValueList() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
repeated double var_value = 2 [packed = true];
getVarValueList() - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
repeated double var_value = 2 [packed = true];
getVehicle_class() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
getVehicleClassesCount() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the number of different vehicle classes in the model.
getVehicleClassIndexOfVehicle(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
getVehicles_per_vehicle_class() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
GetVehicleTypeContainer() - Method in class com.google.ortools.constraintsolver.RoutingModel
 
getVisitType(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
GetVisitTypePolicy(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
getWallTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
double wall_time = 15;
getWallTime() - Method in class com.google.ortools.sat.CpSolverResponse
double wall_time = 15;
getWallTime() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
double wall_time = 15;
getWeight(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Optional: SOS weights.
getWeight(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint
Optional: SOS weights.
getWeight(int) - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
Optional: SOS weights.
getWeightCount() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Optional: SOS weights.
getWeightCount() - Method in class com.google.ortools.linearsolver.MPSosConstraint
Optional: SOS weights.
getWeightCount() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
Optional: SOS weights.
getWeightList() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Optional: SOS weights.
getWeightList() - Method in class com.google.ortools.linearsolver.MPSosConstraint
Optional: SOS weights.
getWeightList() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
Optional: SOS weights.
getXIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
repeated int32 x_intervals = 1;
getXIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
repeated int32 x_intervals = 1;
getXIntervals(int) - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
repeated int32 x_intervals = 1;
getXIntervalsCount() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
repeated int32 x_intervals = 1;
getXIntervalsCount() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
repeated int32 x_intervals = 1;
getXIntervalsCount() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
repeated int32 x_intervals = 1;
getXIntervalsList() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
repeated int32 x_intervals = 1;
getXIntervalsList() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
repeated int32 x_intervals = 1;
getXIntervalsList() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
repeated int32 x_intervals = 1;
getYIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
Same size as x_intervals.
getYIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
Same size as x_intervals.
getYIntervals(int) - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
Same size as x_intervals.
getYIntervalsCount() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
Same size as x_intervals.
getYIntervalsCount() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
Same size as x_intervals.
getYIntervalsCount() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
Same size as x_intervals.
getYIntervalsList() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
Same size as x_intervals.
getYIntervalsList() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
Same size as x_intervals.
getYIntervalsList() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
Same size as x_intervals.
GLOBAL_CHEAPEST_ARC - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
--- Variable-based heuristics --- Iteratively connect two nodes which produce the cheapest route segment.
GLOBAL_CHEAPEST_ARC_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
--- Variable-based heuristics --- Iteratively connect two nodes which produce the cheapest route segment.
GlobalVehicleBreaksConstraint - Class in com.google.ortools.constraintsolver
GlobalVehicleBreaksConstraint ensures breaks constraints are enforced on
all vehicles in the dimension passed to its constructor.
It is intended to be used for dimensions representing time.
A break constraint ensures break intervals fit on the route of a vehicle.
For a given vehicle, it forces break intervals to be disjoint from visit
intervals, where visit intervals start at CumulVar(node) and last for
node_visit_transit[node].
GlobalVehicleBreaksConstraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
GlobalVehicleBreaksConstraint(RoutingDimension) - Constructor for class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
GlobalVehicleBreaksConstraint_initialPropagate(long, GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
GlobalVehicleBreaksConstraint_post(long, GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
GlobalVehicleBreaksConstraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
GlobalVehicleBreaksConstraint_toString(long, GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
GLOP - com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
GLOP = 1;
GLOP_LINEAR_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
Recommended default for LP models.
GLOP_LINEAR_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
GLOP_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Recommended default for LP models.
GLOP_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
GLOP = 1;
GLPK_LINEAR_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
GLPK_LINEAR_PROGRAMMING = 1;
GLPK_LINEAR_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
GLPK_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
GLPK_LINEAR_PROGRAMMING = 1;
GLPK_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
GLPK_MIXED_INTEGER_PROGRAMMING = 4;
GLPK_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
GLPK_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
GLPK_MIXED_INTEGER_PROGRAMMING = 4;
GLUCOSE_DECAY_INCREMENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
GLUCOSE_DECAY_INCREMENT_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
GLUCOSE_MAX_DECAY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
GREEDY_DESCENT - com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Accepts improving (cost-reducing) local search neighbors until a local minimum is reached.
GREEDY_DESCENT_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Accepts improving (cost-reducing) local search neighbors until a local minimum is reached.
GUIDED_LOCAL_SEARCH - com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Uses guided local search to escape local minima (cf.
GUIDED_LOCAL_SEARCH_LAMBDA_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
GUIDED_LOCAL_SEARCH_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Uses guided local search to escape local minima (cf.
GUROBI_LINEAR_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.
GUROBI_LINEAR_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
GUROBI_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.
GUROBI_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.
GUROBI_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
GUROBI_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.

H

hasAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPAbsConstraint abs_constraint = 5;
hasAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
.operations_research.MPAbsConstraint abs_constraint = 5;
hasAbsConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
.operations_research.MPAbsConstraint abs_constraint = 5;
hasAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
Stop the search when the gap between the best feasible objective (O) and our best objective bound (B) is smaller than a limit.
hasAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters
Stop the search when the gap between the best feasible objective (O) and our best objective bound (B) is smaller than a limit.
hasAbsoluteGapLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Stop the search when the gap between the best feasible objective (O) and our best objective bound (B) is smaller than a limit.
hasAddCgCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
hasAddCgCuts() - Method in class com.google.ortools.sat.SatParameters
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
hasAddCgCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
hasAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate clique cuts from the binary implication graph.
hasAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters
Whether we generate clique cuts from the binary implication graph.
hasAddCliqueCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we generate clique cuts from the binary implication graph.
hasAddKnapsackCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate knapsack cuts.
hasAddKnapsackCuts() - Method in class com.google.ortools.sat.SatParameters
Whether we generate knapsack cuts.
hasAddKnapsackCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we generate knapsack cuts.
hasAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
For the lin max constraints, generates the cuts described in "Strong mixed-integer programming formulations for trained neural networks" by Ross Anderson et.
hasAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters
For the lin max constraints, generates the cuts described in "Strong mixed-integer programming formulations for trained neural networks" by Ross Anderson et.
hasAddLinMaxCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
For the lin max constraints, generates the cuts described in "Strong mixed-integer programming formulations for trained neural networks" by Ross Anderson et.
hasAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we start by an empty LP, and only add constraints not satisfied by the current LP solution batch by batch.
hasAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters
If true, we start by an empty LP, and only add constraints not satisfied by the current LP solution batch by batch.
hasAddLpConstraintsLazily() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, we start by an empty LP, and only add constraints not satisfied by the current LP solution batch by batch.
hasAddMirCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate MIR cuts at root node.
hasAddMirCuts() - Method in class com.google.ortools.sat.SatParameters
Whether we generate MIR cuts at root node.
hasAddMirCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we generate MIR cuts at root node.
hasAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate Zero-Half cuts at root node.
hasAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters
Whether we generate Zero-Half cuts at root node.
hasAddZeroHalfCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we generate Zero-Half cuts at root node.
hasAllDiff() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The all_diff constraint forces all variables to take different values.
hasAllDiff() - Method in class com.google.ortools.sat.ConstraintProto
The all_diff constraint forces all variables to take different values.
hasAllDiff() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The all_diff constraint forces all variables to take different values.
hasAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, then the variables that appear in any of the reason of the variables in a conflict have their activity bumped.
hasAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters
When this is true, then the variables that appear in any of the reason of the variables in a conflict have their activity bumped.
hasAlsoBumpVariablesInConflictReasons() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When this is true, then the variables that appear in any of the reason of the variables in a conflict have their activity bumped.
hasAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "and" constraints must be Boolean.
hasAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
All variables in "and" constraints must be Boolean.
hasAndConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
All variables in "and" constraints must be Boolean.
hasAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The at_most_one constraint enforces that no more than one literal is true at the same time.
hasAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto
The at_most_one constraint enforces that no more than one literal is true at the same time.
hasAtMostOne() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The at_most_one constraint enforces that no more than one literal is true at the same time.
hasAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, then the precedences propagator try to detect for each variable if it has a set of "optional incoming arc" for which at least one of them is present.
hasAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters
If true, then the precedences propagator try to detect for each variable if it has a set of "optional incoming arc" for which at least one of them is present.
hasAutoDetectGreaterThanAtLeastOneOf() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, then the precedences propagator try to detect for each variable if it has a set of "optional incoming arc" for which at least one of them is present.
hasAutomaton() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The automaton constraint forces a sequence of variables to be accepted by an automaton.
hasAutomaton() - Method in class com.google.ortools.sat.ConstraintProto
The automaton constraint forces a sequence of variables to be accepted by an automaton.
hasAutomaton() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The automaton constraint forces a sequence of variables to be accepted by an automaton.
hasBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
optional string baseline_model_file_path = 1;
hasBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
optional string baseline_model_file_path = 1;
hasBaselineModelFilePath() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
optional string baseline_model_file_path = 1;
hasBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
This field is only filled for MIP problems.
hasBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
This field is only filled for MIP problems.
hasBestObjectiveBound() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
This field is only filled for MIP problems.
hasBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
hasBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
hasBinaryMinimizationAlgorithm() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
hasBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
If non-negative, perform a binary search on the objective variable in order to find an [min, max] interval outside of which the solver proved unsat/sat under this amount of conflict.
hasBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters
If non-negative, perform a binary search on the objective variable in order to find an [min, max] interval outside of which the solver proved unsat/sat under this amount of conflict.
hasBinarySearchNumConflicts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If non-negative, perform a binary search on the objective variable in order to find an [min, max] interval outside of which the solver proved unsat/sat under this amount of conflict.
hasBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double blocking_restart_multiplier = 66 [default = 1.4];
hasBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters
optional double blocking_restart_multiplier = 66 [default = 1.4];
hasBlockingRestartMultiplier() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double blocking_restart_multiplier = 66 [default = 1.4];
hasBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 blocking_restart_window_size = 65 [default = 5000];
hasBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters
optional int32 blocking_restart_window_size = 65 [default = 5000];
hasBlockingRestartWindowSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional int32 blocking_restart_window_size = 65 [default = 5000];
hasBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_and constraint forces all of the literals to be true.
hasBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto
The bool_and constraint forces all of the literals to be true.
hasBoolAnd() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The bool_and constraint forces all of the literals to be true.
hasBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
A non-negative level indicating how much we should try to fully encode Integer variables as Boolean.
hasBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters
A non-negative level indicating how much we should try to fully encode Integer variables as Boolean.
hasBooleanEncodingLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
A non-negative level indicating how much we should try to fully encode Integer variables as Boolean.
hasBoolOr() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_or constraint forces at least one literal to be true.
hasBoolOr() - Method in class com.google.ortools.sat.ConstraintProto
The bool_or constraint forces at least one literal to be true.
hasBoolOr() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The bool_or constraint forces at least one literal to be true.
hasBoolXor() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_xor constraint forces an odd number of the literals to be true.
hasBoolXor() - Method in class com.google.ortools.sat.ConstraintProto
The bool_xor constraint forces an odd number of the literals to be true.
hasBoolXor() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The bool_xor constraint forces an odd number of the literals to be true.
hasBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
optional int32 branching_priority = 6 [default = 0];
hasBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto
optional int32 branching_priority = 6 [default = 0];
hasBranchingPriority() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
optional int32 branching_priority = 6 [default = 0];
HasBreakConstraints() - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns true if any break interval or break distance was defined.
hasCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters.Builder
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals when calling solve.
hasCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals when calling solve.
hasCatchSigintSignal() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals when calling solve.
hasCircuit() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
hasCircuit() - Method in class com.google.ortools.sat.ConstraintProto
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
hasCircuit() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
hasClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
Clause activity parameters (same effect as the one on the variables).
hasClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters
Clause activity parameters (same effect as the one on the variables).
hasClauseActivityDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Clause activity parameters (same effect as the one on the variables).
hasClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters.Builder
All the clauses with a LBD (literal blocks distance) lower or equal to this parameters will always be kept.
hasClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters
All the clauses with a LBD (literal blocks distance) lower or equal to this parameters will always be kept.
hasClauseCleanupLbdBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
All the clauses with a LBD (literal blocks distance) lower or equal to this parameters will always be kept.
hasClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
hasClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
hasClauseCleanupOrdering() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
hasClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
Trigger a cleanup when this number of "deletable" clauses is learned.
hasClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters
Trigger a cleanup when this number of "deletable" clauses is learned.
hasClauseCleanupPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Trigger a cleanup when this number of "deletable" clauses is learned.
hasClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
hasClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
hasClauseCleanupProtection() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
hasClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
During a cleanup, we will always keep that number of "deletable" clauses.
hasClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters
During a cleanup, we will always keep that number of "deletable" clauses.
hasClauseCleanupTarget() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
During a cleanup, we will always keep that number of "deletable" clauses.
hasConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
optional double constant = 2;
hasConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
optional double constant = 2;
hasConstant() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
optional double constant = 2;
hasConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
The constraint activated by the indicator variable.
hasConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
The constraint activated by the indicator variable.
hasConstraint() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
The constraint activated by the indicator variable.
hasConvertIntervals() - Method in class com.google.ortools.sat.SatParameters.Builder
Temporary flag util the feature is more mature.
hasConvertIntervals() - Method in class com.google.ortools.sat.SatParameters
Temporary flag util the feature is more mature.
hasConvertIntervals() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Temporary flag util the feature is more mature.
hasCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether or not the assumption levels are taken into account during the LBD computation.
hasCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters
Whether or not the assumption levels are taken into account during the LBD computation.
hasCountAssumptionLevelsInLbd() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether or not the assumption levels are taken into account during the LBD computation.
hasCoverOptimization() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, when the max-sat algo find a core, we compute the minimal number of literals in the core that needs to be true to have a feasible solution.
hasCoverOptimization() - Method in class com.google.ortools.sat.SatParameters
If true, when the max-sat algo find a core, we compute the minimal number of literals in the core that needs to be true to have a feasible solution.
hasCoverOptimization() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, when the max-sat algo find a core, we compute the minimal number of literals in the core that needs to be true to have a feasible solution.
hasCpModelMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters.Builder
If positive, try to stop just after that many presolve rules have been applied.
hasCpModelMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters
If positive, try to stop just after that many presolve rules have been applied.
hasCpModelMaxNumPresolveOperations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If positive, try to stop just after that many presolve rules have been applied.
hasCpModelPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters.Builder
Advanced usage.
hasCpModelPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters
Advanced usage.
hasCpModelPostsolveWithFullSolver() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Advanced usage.
hasCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we presolve the cp_model before solving it.
hasCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters
Whether we presolve the cp_model before solving it.
hasCpModelPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we presolve the cp_model before solving it.
hasCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
How much effort do we spend on probing.
hasCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters
How much effort do we spend on probing.
hasCpModelProbingLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
How much effort do we spend on probing.
hasCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we also use the sat presolve when cp_model_presolve is true.
hasCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters
Whether we also use the sat presolve when cp_model_presolve is true.
hasCpModelUseSatPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we also use the sat presolve when cp_model_presolve is true.
hasCumulative() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
hasCumulative() - Method in class com.google.ortools.sat.ConstraintProto
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
hasCumulative() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
hasCumulVarSoftLowerBound(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns true if a soft lower bound has been set for a given variable
index.
hasCumulVarSoftUpperBound(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns true if a soft upper bound has been set for a given variable
index.
hasCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double cut_active_count_decay = 156 [default = 0.8];
hasCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters
optional double cut_active_count_decay = 156 [default = 0.8];
hasCutActiveCountDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double cut_active_count_decay = 156 [default = 0.8];
hasCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
Target number of constraints to remove during cleanup.
hasCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters
Target number of constraints to remove during cleanup.
hasCutCleanupTarget() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Target number of constraints to remove during cleanup.
hasCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters.Builder
These parameters are similar to sat clause management activity parameters.
hasCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters
These parameters are similar to sat clause management activity parameters.
hasCutMaxActiveCountValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
These parameters are similar to sat clause management activity parameters.
hasDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters.Builder
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
hasDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
hasDefaultRestartAlgorithms() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
hasDimension(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if a dimension exists for a given dimension name.
hasDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, it disable all constraint expansion.
hasDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters
If true, it disable all constraint expansion.
hasDisableConstraintExpansion() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, it disable all constraint expansion.
hasDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, registers more lns subsolvers with different parameters.
hasDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters
If true, registers more lns subsolvers with different parameters.
hasDiversifyLnsParams() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, registers more lns subsolvers with different parameters.
hasDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for dual feasibility.
hasDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
Tolerance for dual feasibility.
hasDualTolerance() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
Tolerance for dual feasibility.
hasElement() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The element constraint forces the variable with the given index to be equal to the target.
hasElement() - Method in class com.google.ortools.sat.ConstraintProto
The element constraint forces the variable with the given index to be equal to the target.
hasElement() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The element constraint forces the variable with the given index to be equal to the target.
hasEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
If this is set, then EnableOutput() will be set on the internal MPSolver that solves the model.
hasEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest
If this is set, then EnableOutput() will be set on the internal MPSolver that solves the model.
hasEnableInternalSolverOutput() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
If this is set, then EnableOutput() will be set on the internal MPSolver that solves the model.
hasEndView() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto end_view = 5;
hasEndView() - Method in class com.google.ortools.sat.IntervalConstraintProto
.operations_research.sat.LinearExpressionProto end_view = 5;
hasEndView() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
.operations_research.sat.LinearExpressionProto end_view = 5;
hasEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we enumerate all solutions of a problem without objective.
hasEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters
Whether we enumerate all solutions of a problem without objective.
hasEnumerateAllSolutions() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we enumerate all solutions of a problem without objective.
hasExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The exactly_one constraint force exactly one literal to true and no more.
hasExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto
The exactly_one constraint force exactly one literal to true and no more.
hasExactlyOne() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The exactly_one constraint force exactly one literal to true and no more.
hasExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, expand all_different constraints that are not permutations.
hasExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters
If true, expand all_different constraints that are not permutations.
hasExpandAlldiffConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, expand all_different constraints that are not permutations.
hasExpandAutomatonConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the automaton constraints are expanded.
hasExpandAutomatonConstraints() - Method in class com.google.ortools.sat.SatParameters
If true, the automaton constraints are expanded.
hasExpandAutomatonConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the automaton constraints are expanded.
hasExpandElementConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the element constraints are expanded into many linear constraints of the form (index == i) => (element[i] == target).
hasExpandElementConstraints() - Method in class com.google.ortools.sat.SatParameters
If true, the element constraints are expanded into many linear constraints of the form (index == i) => (element[i] == target).
hasExpandElementConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the element constraints are expanded into many linear constraints of the form (index == i) => (element[i] == target).
hasExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, expand the reservoir constraints by creating booleans for all possible precedences between event and encoding the constraint.
hasExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters
If true, expand the reservoir constraints by creating booleans for all possible precedences between event and encoding the constraint.
hasExpandReservoirConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, expand the reservoir constraints by creating booleans for all possible precedences between event and encoding the constraint.
hasExpandTableConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the positive table constraints are expanded.
hasExpandTableConstraints() - Method in class com.google.ortools.sat.SatParameters
If true, the positive table constraints are expanded.
hasExpandTableConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the positive table constraints are expanded.
hasExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
If true and the Lp relaxation of the problem has a solution, try to exploit it.
hasExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters
If true and the Lp relaxation of the problem has a solution, try to exploit it.
hasExploitAllLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true and the Lp relaxation of the problem has a solution, try to exploit it.
hasExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
When branching on a variable, follow the last best solution value.
hasExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters
When branching on a variable, follow the last best solution value.
hasExploitBestSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When branching on a variable, follow the last best solution value.
hasExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
If true and the Lp relaxation of the problem has an integer optimal solution, try to exploit it.
hasExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters
If true and the Lp relaxation of the problem has an integer optimal solution, try to exploit it.
hasExploitIntegerLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true and the Lp relaxation of the problem has an integer optimal solution, try to exploit it.
hasExploitObjective() - Method in class com.google.ortools.sat.SatParameters.Builder
When branching an a variable that directly affect the objective, branch on the value that lead to the best objective first.
hasExploitObjective() - Method in class com.google.ortools.sat.SatParameters
When branching an a variable that directly affect the objective, branch on the value that lead to the best objective first.
hasExploitObjective() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When branching an a variable that directly affect the objective, branch on the value that lead to the best objective first.
hasExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
When branching on a variable, follow the last best relaxation solution value.
hasExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters
When branching on a variable, follow the last best relaxation solution value.
hasExploitRelaxationSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When branching on a variable, follow the last best relaxation solution value.
hasFillLogsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether logs should be stored in the response proto.
hasFillLogsInResponse() - Method in class com.google.ortools.sat.SatParameters
Whether logs should be stored in the response proto.
hasFillLogsInResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether logs should be stored in the response proto.
hasFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, add information about the derived variable domains to the CpSolverResponse.
hasFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters
If true, add information about the derived variable domains to the CpSolverResponse.
hasFillTightenedDomainsInResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, add information about the derived variable domains to the CpSolverResponse.
hasFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we try to find more independent cores for a given set of assumptions in the core based max-SAT algorithms.
hasFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters
Whether we try to find more independent cores for a given set of assumptions in the core based max-SAT algorithms.
hasFindMultipleCores() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we try to find more independent cores for a given set of assumptions in the core based max-SAT algorithms.
hasFpRounding() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
hasFpRounding() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
hasFpRounding() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
HasFragments() - Method in class com.google.ortools.constraintsolver.BaseLns
 
HasFragments() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
hasGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double glucose_decay_increment = 23 [default = 0.01];
hasGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters
optional double glucose_decay_increment = 23 [default = 0.01];
hasGlucoseDecayIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double glucose_decay_increment = 23 [default = 0.01];
hasGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 glucose_decay_increment_period = 24 [default = 5000];
hasGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters
optional int32 glucose_decay_increment_period = 24 [default = 5000];
hasGlucoseDecayIncrementPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional int32 glucose_decay_increment_period = 24 [default = 5000];
hasGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until 0.95.
hasGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until 0.95.
hasGlucoseMaxDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until 0.95.
hasHardTypeIncompatibilities() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true iff any hard (resp.
hashCode() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
hashCode() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
hashCode() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
hashCode() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
hashCode() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
hashCode() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
hashCode() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
hashCode() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
hashCode() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
hashCode() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
hashCode() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
hashCode() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
hashCode() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
hashCode() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
hashCode() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
hashCode() - Method in class com.google.ortools.linearsolver.MPModelProto
 
hashCode() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
hashCode() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
hashCode() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
hashCode() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
hashCode() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
hashCode() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
hashCode() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
hashCode() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
hashCode() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
hashCode() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.BoolArgumentProto
 
hashCode() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.ConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.CpModelProto
 
hashCode() - Method in class com.google.ortools.sat.CpObjectiveProto
 
hashCode() - Method in class com.google.ortools.sat.CpSolverResponse
 
hashCode() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
hashCode() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
hashCode() - Method in class com.google.ortools.sat.DenseMatrixProto
 
hashCode() - Method in class com.google.ortools.sat.ElementConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.IntegerArgumentProto
 
hashCode() - Method in class com.google.ortools.sat.IntegerVariableProto
 
hashCode() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.InverseConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.LinearArgumentProto
 
hashCode() - Method in class com.google.ortools.sat.LinearConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.LinearExpressionProto
 
hashCode() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
hashCode() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
hashCode() - Method in class com.google.ortools.sat.SatParameters
 
hashCode() - Method in class com.google.ortools.sat.SparsePermutationProto
 
hashCode() - Method in class com.google.ortools.sat.SymmetryProto
 
hashCode() - Method in class com.google.ortools.sat.TableConstraintProto
 
hasHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
Conflict limit used in the phase that exploit the solution hint.
hasHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters
Conflict limit used in the phase that exploit the solution hint.
hasHintConflictLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Conflict limit used in the phase that exploit the solution hint.
hasIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
hasIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
hasIgnoreSolverSpecificParametersFailure() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
hasImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
The improvement search limit is added to the solver if the following parameters are set.
hasImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
The improvement search limit is added to the solver if the following parameters are set.
hasImprovementLimitParameters() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
The improvement search limit is added to the solver if the following parameters are set.
hasIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
hasIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
hasIndicatorConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
hasInitialPolarity() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
hasInitialPolarity() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
hasInitialPolarity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
hasInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters.Builder
The initial value of the variables activity.
hasInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters
The initial value of the variables activity.
hasInitialVariablesActivity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The initial value of the variables activity.
hasInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the solver will add a default integer branching strategy to the already defined search strategy.
hasInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters
If true, the solver will add a default integer branching strategy to the already defined search strategy.
hasInstantiateAllVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the solver will add a default integer branching strategy to the already defined search strategy.
hasIntDiv() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_div constraint forces the target to equal vars[0] / vars[1].
hasIntDiv() - Method in class com.google.ortools.sat.ConstraintProto
The int_div constraint forces the target to equal vars[0] / vars[1].
hasIntDiv() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_div constraint forces the target to equal vars[0] / vars[1].
hasInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 interleave_batch_size = 134 [default = 1];
hasInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters
optional int32 interleave_batch_size = 134 [default = 1];
hasInterleaveBatchSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional int32 interleave_batch_size = 134 [default = 1];
hasInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
Experimental.
hasInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters
Experimental.
hasInterleaveSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Experimental.
hasInterval() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The interval constraint takes a start, end, and size, and forces start + size == end.
hasInterval() - Method in class com.google.ortools.sat.ConstraintProto
The interval constraint takes a start, end, and size, and forces start + size == end.
hasInterval() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The interval constraint takes a start, end, and size, and forces start + size == end.
hasIntMax() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_max constraint forces the target to equal the maximum of all variables.
hasIntMax() - Method in class com.google.ortools.sat.ConstraintProto
The int_max constraint forces the target to equal the maximum of all variables.
hasIntMax() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_max constraint forces the target to equal the maximum of all variables.
hasIntMin() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_min constraint forces the target to equal the minimum of all variables.
hasIntMin() - Method in class com.google.ortools.sat.ConstraintProto
The int_min constraint forces the target to equal the minimum of all variables.
hasIntMin() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_min constraint forces the target to equal the minimum of all variables.
hasIntMod() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_mod constraint forces the target to equal vars[0] % vars[1].
hasIntMod() - Method in class com.google.ortools.sat.ConstraintProto
The int_mod constraint forces the target to equal vars[0] % vars[1].
hasIntMod() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_mod constraint forces the target to equal vars[0] % vars[1].
hasIntProd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_prod constraint forces the target to equal the product of all variables.
hasIntProd() - Method in class com.google.ortools.sat.ConstraintProto
The int_prod constraint forces the target to equal the product of all variables.
hasIntProd() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The int_prod constraint forces the target to equal the product of all variables.
hasInverse() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
hasInverse() - Method in class com.google.ortools.sat.ConstraintProto
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
hasInverse() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
hasIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
True if the variable is constrained to be integer.
hasIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto
True if the variable is constrained to be integer.
hasIsInteger() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
True if the variable is constrained to be integer.
hasIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
[Advanced usage: do not use this if you don't know what you're doing.] A lazy constraint is handled differently by the core solving engine, but it does not change the result.
hasIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto
[Advanced usage: do not use this if you don't know what you're doing.] A lazy constraint is handled differently by the core solving engine, but it does not change the result.
hasIsLazy() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
[Advanced usage: do not use this if you don't know what you're doing.] A lazy constraint is handled differently by the core solving engine, but it does not change the result.
hasKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we disable the presolve reductions that remove feasible solutions from the search space.
hasKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters
If true, we disable the presolve reductions that remove feasible solutions from the search space.
hasKeepAllFeasibleSolutionsInPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, we disable the presolve reductions that remove feasible solutions from the search space.
hasLinear() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
hasLinear() - Method in class com.google.ortools.sat.ConstraintProto
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
hasLinear() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
hasLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
A non-negative level indicating the type of constraints we consider in the LP relaxation.
hasLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters
A non-negative level indicating the type of constraints we consider in the LP relaxation.
hasLinearizationLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
A non-negative level indicating the type of constraints we consider in the LP relaxation.
hasLinMax() - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_max = 27;
hasLinMax() - Method in class com.google.ortools.sat.ConstraintProto
.operations_research.sat.LinearArgumentProto lin_max = 27;
hasLinMax() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
.operations_research.sat.LinearArgumentProto lin_max = 27;
hasLinMin() - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_min = 28;
hasLinMin() - Method in class com.google.ortools.sat.ConstraintProto
.operations_research.sat.LinearArgumentProto lin_min = 28;
hasLinMin() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
.operations_research.sat.LinearArgumentProto lin_min = 28;
hasLnsExpandIntervalsInConstraintGraph() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool lns_expand_intervals_in_constraint_graph = 184 [default = true];
hasLnsExpandIntervalsInConstraintGraph() - Method in class com.google.ortools.sat.SatParameters
optional bool lns_expand_intervals_in_constraint_graph = 184 [default = true];
hasLnsExpandIntervalsInConstraintGraph() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional bool lns_expand_intervals_in_constraint_graph = 184 [default = true];
hasLnsFocusOnDecisionVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool lns_focus_on_decision_variables = 105 [default = false];
hasLnsFocusOnDecisionVariables() - Method in class com.google.ortools.sat.SatParameters
optional bool lns_focus_on_decision_variables = 105 [default = false];
hasLnsFocusOnDecisionVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional bool lns_focus_on_decision_variables = 105 [default = false];
hasLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the completion search for each local search neighbor.
hasLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Limit to the time spent in the completion search for each local search neighbor.
hasLnsTimeLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Limit to the time spent in the completion search for each local search neighbor.
hasLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
hasLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
hasLocalSearchOperators() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
hasLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether the solver should log the search progress to LOG(INFO).
hasLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters
Whether the solver should log the search progress to LOG(INFO).
hasLogSearchProgress() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether the solver should log the search progress to LOG(INFO).
hasLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
lower_bound must be <= upper_bound.
hasLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto
lower_bound must be <= upper_bound.
hasLowerBound() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
lower_bound must be <= upper_bound.
hasLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
lower_bound must be <= upper_bound.
hasLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
lower_bound must be <= upper_bound.
hasLowerBound() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
lower_bound must be <= upper_bound.
hasLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
lower_bound must be <= upper_bound.
hasLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto
lower_bound must be <= upper_bound.
hasLowerBound() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
lower_bound must be <= upper_bound.
hasLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Algorithm to solve linear programs.
hasLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
Algorithm to solve linear programs.
hasLpAlgorithm() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
Algorithm to solve linear programs.
hasMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters.Builder
Cut generator for all diffs can add too many cuts for large all_diff constraints.
hasMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters
Cut generator for all diffs can add too many cuts for large all_diff constraints.
hasMaxAllDiffCutSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Cut generator for all diffs can add too many cuts for large all_diff constraints.
hasMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double max_clause_activity_value = 18 [default = 1e+20];
hasMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters
optional double max_clause_activity_value = 18 [default = 1e+20];
hasMaxClauseActivityValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double max_clause_activity_value = 18 [default = 1e+20];
hasMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters.Builder
If a constraint/cut in LP is not active for that many consecutive OPTIMAL solves, remove it from the LP.
hasMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters
If a constraint/cut in LP is not active for that many consecutive OPTIMAL solves, remove it from the LP.
hasMaxConsecutiveInactiveCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If a constraint/cut in LP is not active for that many consecutive OPTIMAL solves, remove it from the LP.
hasMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = max(var_1, var_2, ..., constant)
hasMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
resultant_var = max(var_1, var_2, ..., constant)
hasMaxConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
resultant_var = max(var_1, var_2, ..., constant)
hasMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
Max number of time we perform cut generation and resolve the LP at level 0.
hasMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters
Max number of time we perform cut generation and resolve the LP at level 0.
hasMaxCutRoundsAtLevelZero() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Max number of time we perform cut generation and resolve the LP at level 0.
hasMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum time allowed in deterministic time to solve a problem.
hasMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters
Maximum time allowed in deterministic time to solve a problem.
hasMaxDeterministicTime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Maximum time allowed in deterministic time to solve a problem.
hasMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
True if the problem is a maximization problem.
hasMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto
True if the problem is a maximization problem.
hasMaximize() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
True if the problem is a maximization problem.
hasMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
In the integer rounding procedure used for MIR and Gomory cut, the maximum "scaling" we use (must be positive).
hasMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters
In the integer rounding procedure used for MIR and Gomory cut, the maximum "scaling" we use (must be positive).
hasMaxIntegerRoundingScaling() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
In the integer rounding procedure used for MIR and Gomory cut, the maximum "scaling" we use (must be positive).
hasMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum memory allowed for the whole thread containing the solver.
hasMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters
Maximum memory allowed for the whole thread containing the solver.
hasMaxMemoryInMb() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Maximum memory allowed for the whole thread containing the solver.
hasMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum number of conflicts allowed to solve a problem.
hasMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters
Maximum number of conflicts allowed to solve a problem.
hasMaxNumberOfConflicts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Maximum number of conflicts allowed to solve a problem.
hasMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
The limit on the number of cuts in our cut pool.
hasMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters
The limit on the number of cuts in our cut pool.
hasMaxNumCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The limit on the number of cuts in our cut pool.
hasMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
In case of large reduction in a presolve iteration, we perform multiple presolve iterations.
hasMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters
In case of large reduction in a presolve iteration, we perform multiple presolve iterations.
hasMaxPresolveIterations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
In case of large reduction in a presolve iteration, we perform multiple presolve iterations.
hasMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
hasMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
hasMaxSatAssumptionOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
hasMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, adds the assumption in the reverse order of the one defined by max_sat_assumption_order.
hasMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters
If true, adds the assumption in the reverse order of the one defined by max_sat_assumption_order.
hasMaxSatReverseAssumptionOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, adds the assumption in the reverse order of the one defined by max_sat_assumption_order.
hasMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
hasMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
hasMaxSatStratification() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
hasMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum time allowed in seconds to solve a problem.
hasMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters
Maximum time allowed in seconds to solve a problem.
hasMaxTimeInSeconds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Maximum time allowed in seconds to solve a problem.
hasMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double max_variable_activity_value = 16 [default = 1e+100];
hasMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters
optional double max_variable_activity_value = 16 [default = 1e+100];
hasMaxVariableActivityValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double max_variable_activity_value = 16 [default = 1e+100];
hasMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
hasMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
hasMergeAtMostOneWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
hasMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
During presolve, we use a maximum clique heuristic to merge together no-overlap constraints or at most one constraints.
hasMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters
During presolve, we use a maximum clique heuristic to merge together no-overlap constraints or at most one constraints.
hasMergeNoOverlapWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
During presolve, we use a maximum clique heuristic to merge together no-overlap constraints or at most one constraints.
hasMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = min(var_1, var_2, ..., constant)
hasMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
resultant_var = min(var_1, var_2, ..., constant)
hasMinConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
resultant_var = min(var_1, var_2, ..., constant)
hasMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
hasMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
hasMinimizationAlgorithm() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
hasMinimizeCore() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we use a simple heuristic to try to minimize an UNSAT core.
hasMinimizeCore() - Method in class com.google.ortools.sat.SatParameters
Whether we use a simple heuristic to try to minimize an UNSAT core.
hasMinimizeCore() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we use a simple heuristic to try to minimize an UNSAT core.
hasMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
A different algorithm during PB resolution.
hasMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters
A different algorithm during PB resolution.
hasMinimizeReductionDuringPbResolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
A different algorithm during PB resolution.
hasMinimizeWithPropagationNumDecisions() - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
hasMinimizeWithPropagationNumDecisions() - Method in class com.google.ortools.sat.SatParameters
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
hasMinimizeWithPropagationNumDecisions() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
hasMinimizeWithPropagationRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
Parameters for an heuristic similar to the one descibed in "An effective learnt clause minimization approach for CDCL Sat Solvers", https://www.ijcai.org/proceedings/2017/0098.pdf For now, we have a somewhat simpler implementation where every x restart we spend y decisions on clause minimization.
hasMinimizeWithPropagationRestartPeriod() - Method in class com.google.ortools.sat.SatParameters
Parameters for an heuristic similar to the one descibed in "An effective learnt clause minimization approach for CDCL Sat Solvers", https://www.ijcai.org/proceedings/2017/0098.pdf For now, we have a somewhat simpler implementation where every x restart we spend y decisions on clause minimization.
hasMinimizeWithPropagationRestartPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Parameters for an heuristic similar to the one descibed in "An effective learnt clause minimization approach for CDCL Sat Solvers", https://www.ijcai.org/proceedings/2017/0098.pdf For now, we have a somewhat simpler implementation where every x restart we spend y decisions on clause minimization.
hasMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
While adding constraints, skip the constraints which have orthogonality less than 'min_orthogonality_for_lp_constraints' with already added constraints during current call.
hasMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters
While adding constraints, skip the constraints which have orthogonality less than 'min_orthogonality_for_lp_constraints' with already added constraints during current call.
hasMinOrthogonalityForLpConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
While adding constraints, skip the constraints which have orthogonality less than 'min_orthogonality_for_lp_constraints' with already added constraints during current call.
hasMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, some continuous variable might be automatially scaled.
hasMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters
If true, some continuous variable might be automatially scaled.
hasMipAutomaticallyScaleVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, some continuous variable might be automatially scaled.
hasMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
As explained in mip_precision and mip_max_activity_exponent, we cannot always reach the wanted precision during scaling.
hasMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters
As explained in mip_precision and mip_max_activity_exponent, we cannot always reach the wanted precision during scaling.
hasMipCheckPrecision() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
As explained in mip_precision and mip_max_activity_exponent, we cannot always reach the wanted precision during scaling.
hasMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters.Builder
To avoid integer overflow, we always force the maximum possible constraint activity (and objective value) according to the initial variable domain to be smaller than 2 to this given power.
hasMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters
To avoid integer overflow, we always force the maximum possible constraint activity (and objective value) according to the initial variable domain to be smaller than 2 to this given power.
hasMipMaxActivityExponent() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
To avoid integer overflow, we always force the maximum possible constraint activity (and objective value) according to the initial variable domain to be smaller than 2 to this given power.
hasMipMaxBound() - Method in class com.google.ortools.sat.SatParameters.Builder
We need to bound the maximum magnitude of the variables for CP-SAT, and that is the bound we use.
hasMipMaxBound() - Method in class com.google.ortools.sat.SatParameters
We need to bound the maximum magnitude of the variables for CP-SAT, and that is the bound we use.
hasMipMaxBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
We need to bound the maximum magnitude of the variables for CP-SAT, and that is the bound we use.
hasMipVarScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
All continuous variable of the problem will be multiplied by this factor.
hasMipVarScaling() - Method in class com.google.ortools.sat.SatParameters
All continuous variable of the problem will be multiplied by this factor.
hasMipVarScaling() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
All continuous variable of the problem will be multiplied by this factor.
hasMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
When scaling constraint with double coefficients to integer coefficients, we will multiply by a power of 2 and round the coefficients.
hasMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters
When scaling constraint with double coefficients to integer coefficients, we will multiply by a power of 2 and round the coefficients.
hasMipWantedPrecision() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When scaling constraint with double coefficients to integer coefficients, we will multiply by a power of 2 and round the coefficients.
hasModel() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
The model to be optimized by the server.
hasModel() - Method in class com.google.ortools.linearsolver.MPModelRequest
The model to be optimized by the server.
hasModel() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
The model to be optimized by the server.
hasModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage: model "delta".
hasModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest
Advanced usage: model "delta".
hasModelDelta() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
Advanced usage: model "delta".
hasName() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
Returns whether the object has been named or not.
hasName() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
The name of the constraint.
hasName() - Method in class com.google.ortools.linearsolver.MPConstraintProto
The name of the constraint.
hasName() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
The name of the constraint.
hasName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
The name of the constraint.
hasName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
The name of the constraint.
hasName() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
The name of the constraint.
hasName() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Name of the model.
hasName() - Method in class com.google.ortools.linearsolver.MPModelProto
Name of the model.
hasName() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
Name of the model.
hasName() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
The name of the variable.
hasName() - Method in class com.google.ortools.linearsolver.MPVariableProto
The name of the variable.
hasName() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
The name of the variable.
hasName() - Method in class com.google.ortools.sat.SatParameters.Builder
In some context, like in a portfolio of search, it makes sense to name a given parameters set for logging purpose.
hasName() - Method in class com.google.ortools.sat.SatParameters
In some context, like in a portfolio of search, it makes sense to name a given parameters set for logging purpose.
hasName() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
In some context, like in a portfolio of search, it makes sense to name a given parameters set for logging purpose.
hasName(PropagationBaseObject) - Method in class com.google.ortools.constraintsolver.Solver
Returns whether the object has been named or not.
hasNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
Add that many lazy constraints (or cuts) at once in the LP.
hasNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters
Add that many lazy constraints (or cuts) at once in the LP.
hasNewConstraintsBatchSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Add that many lazy constraints (or cuts) at once in the LP.
hasNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
hasNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
hasNoOverlap() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
hasNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap_2d constraint prevents a set of boxes from overlapping.
hasNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto
The no_overlap_2d constraint prevents a set of boxes from overlapping.
hasNoOverlap2D() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The no_overlap_2d constraint prevents a set of boxes from overlapping.
hasNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters.Builder
After each restart, if the number of conflict since the last strategy change is greater that this, then we increment a "strategy_counter" that can be use to change the search strategy used by the following restarts.
hasNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters
After each restart, if the number of conflict since the last strategy change is greater that this, then we increment a "strategy_counter" that can be use to change the search strategy used by the following restarts.
hasNumConflictsBeforeStrategyChanges() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
After each restart, if the number of conflict since the last strategy change is greater that this, then we increment a "strategy_counter" that can be use to change the search strategy used by the following restarts.
hasNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
Specify the number of parallel workers to use during search.
hasNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters
Specify the number of parallel workers to use during search.
hasNumSearchWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Specify the number of parallel workers to use during search.
hasObjective() - Method in class com.google.ortools.constraintsolver.Assignment
 
hasObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
The objective to minimize.
hasObjective() - Method in class com.google.ortools.sat.CpModelProto
The objective to minimize.
hasObjective() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
The objective to minimize.
hasObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
The coefficient of the variable in the objective.
hasObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto
The coefficient of the variable in the objective.
hasObjectiveCoefficient() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
The coefficient of the variable in the objective.
hasObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Offset for the objective function.
hasObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto
Offset for the objective function.
hasObjectiveOffset() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
Offset for the objective function.
hasObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Objective value corresponding to the "variable_value" below, taking into account the source "objective_offset" and "objective_coefficient".
hasObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
Objective value corresponding to the "variable_value" below, taking into account the source "objective_offset" and "objective_coefficient".
hasObjectiveValue() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
Objective value corresponding to the "variable_value" below, taking into account the source "objective_offset" and "objective_coefficient".
hasOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
For the cut that can be generated at any level, this control if we only try to generate them at the root node.
hasOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters
For the cut that can be generated at any level, this control if we only try to generate them at the root node.
hasOnlyAddCutsAtLevelZero() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
For the cut that can be generated at any level, this control if we only try to generate them at the root node.
hasOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters.Builder
The default optimization method is a simple "linear scan", each time trying to find a better solution than the previous one.
hasOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters
The default optimization method is a simple "linear scan", each time trying to find a better solution than the previous one.
hasOptimizeWithCore() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The default optimization method is a simple "linear scan", each time trying to find a better solution than the previous one.
hasOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters.Builder
This has no effect if optimize_with_core is false.
hasOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters
This has no effect if optimize_with_core is false.
hasOptimizeWithMaxHs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
This has no effect if optimize_with_core is false.
hasOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "or" constraints must be Boolean.
hasOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
All variables in "or" constraints must be Boolean.
hasOrConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
All variables in "or" constraints must be Boolean.
hasPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
Same as for the clauses, but for the learned pseudo-Boolean constraints.
hasPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters
Same as for the clauses, but for the learned pseudo-Boolean constraints.
hasPbCleanupIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Same as for the clauses, but for the learned pseudo-Boolean constraints.
hasPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double pb_cleanup_ratio = 47 [default = 0.5];
hasPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters
optional double pb_cleanup_ratio = 47 [default = 0.5];
hasPbCleanupRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double pb_cleanup_ratio = 47 [default = 0.5];
hasPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool permute_presolve_constraint_order = 179 [default = false];
hasPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters
optional bool permute_presolve_constraint_order = 179 [default = false];
hasPermutePresolveConstraintOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional bool permute_presolve_constraint_order = 179 [default = false];
hasPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters.Builder
This is mainly here to test the solver variability.
hasPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters
This is mainly here to test the solver variability.
hasPermuteVariableRandomly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
This is mainly here to test the solver variability.
hasPickupToDeliveryLimits() - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
hasPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
If non-zero, then we change the polarity heuristic after that many number of conflicts in an arithmetically increasing fashion.
hasPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters
If non-zero, then we change the polarity heuristic after that many number of conflicts in an arithmetically increasing fashion.
hasPolarityRephaseIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If non-zero, then we change the polarity heuristic after that many number of conflicts in an arithmetically increasing fashion.
hasPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we try to do a few degenerate iteration at the end of an LP solve to minimize the fractionality of the integer variable in the basis.
hasPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters
Whether we try to do a few degenerate iteration at the end of an LP solve to minimize the fractionality of the integer variable in the basis.
hasPolishLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we try to do a few degenerate iteration at the end of an LP solve to minimize the fractionality of the integer variable in the basis.
hasPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
hasPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
hasPreferredVariableOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
hasPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Gurobi and SCIP enable presolve by default.
hasPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
Gurobi and SCIP enable presolve by default.
hasPresolve() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
Gurobi and SCIP enable presolve by default.
hasPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we use an heuristic to detect some basic case of blocked clause in the SAT presolve.
hasPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters
Whether we use an heuristic to detect some basic case of blocked clause in the SAT presolve.
hasPresolveBlockedClause() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we use an heuristic to detect some basic case of blocked clause in the SAT presolve.
hasPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced by stricly more than this threshold.
hasPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced by stricly more than this threshold.
hasPresolveBvaThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced by stricly more than this threshold.
hasPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters.Builder
During presolve, we apply BVE only if this weight times the number of clauses plus the number of clause literals is not increased.
hasPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters
During presolve, we apply BVE only if this weight times the number of clauses plus the number of clause literals is not increased.
hasPresolveBveClauseWeight() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
During presolve, we apply BVE only if this weight times the number of clauses plus the number of clause literals is not increased.
hasPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
During presolve, only try to perform the bounded variable elimination (BVE) of a variable x if the number of occurrences of x times the number of occurrences of not(x) is not greater than this parameter.
hasPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters
During presolve, only try to perform the bounded variable elimination (BVE) of a variable x if the number of occurrences of x times the number of occurrences of not(x) is not greater than this parameter.
hasPresolveBveThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
During presolve, only try to perform the bounded variable elimination (BVE) of a variable x if the number of occurrences of x times the number of occurrences of not(x) is not greater than this parameter.
hasPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we will extract from linear constraints, enforcement literals of the form "integer variable at bound => simplified constraint".
hasPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters
If true, we will extract from linear constraints, enforcement literals of the form "integer variable at bound => simplified constraint".
hasPresolveExtractIntegerEnforcement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, we will extract from linear constraints, enforcement literals of the form "integer variable at bound => simplified constraint".
hasPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
The maximum "deterministic" time limit to spend in probing.
hasPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters
The maximum "deterministic" time limit to spend in probing.
hasPresolveProbingDeterministicTimeLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The maximum "deterministic" time limit to spend in probing.
hasPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
How much substitution (also called free variable aggregation in MIP litterature) should we perform at presolve.
hasPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters
How much substitution (also called free variable aggregation in MIP litterature) should we perform at presolve.
hasPresolveSubstitutionLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
How much substitution (also called free variable aggregation in MIP litterature) should we perform at presolve.
hasPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
hasPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
hasPresolveUseBva() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
hasPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
hasPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
hasPrimalTolerance() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
hasProbingPeriodAtRoot() - Method in class com.google.ortools.sat.SatParameters.Builder
If set at zero (the default), it is disabled.
hasProbingPeriodAtRoot() - Method in class com.google.ortools.sat.SatParameters
If set at zero (the default), it is disabled.
hasProbingPeriodAtRoot() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If set at zero (the default), it is disabled.
hasPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
The solver ignores the pseudo costs of variables with number of recordings less than this threshold.
hasPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters
The solver ignores the pseudo costs of variables with number of recordings less than this threshold.
hasPseudoCostReliabilityThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The solver ignores the pseudo costs of variables with number of recordings less than this threshold.
hasQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
hasQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
hasQuadraticConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
hasQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Optionally, a quadratic objective.
hasQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto
Optionally, a quadratic objective.
hasQuadraticObjective() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
Optionally, a quadratic objective.
hasRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
A number between 0 and 1 that indicates the proportion of branching variables that are selected randomly instead of choosing the first variable from the given variable_ordering strategy.
hasRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters
A number between 0 and 1 that indicates the proportion of branching variables that are selected randomly instead of choosing the first variable from the given variable_ordering strategy.
hasRandomBranchesRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
A number between 0 and 1 that indicates the proportion of branching variables that are selected randomly instead of choosing the first variable from the given variable_ordering strategy.
hasRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
Randomize fixed search.
hasRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters
Randomize fixed search.
hasRandomizeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Randomize fixed search.
hasRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
The proportion of polarity chosen at random.
hasRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters
The proportion of polarity chosen at random.
hasRandomPolarityRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The proportion of polarity chosen at random.
hasRandomSeed() - Method in class com.google.ortools.sat.SatParameters.Builder
At the beginning of each solve, the random number generator used in some part of the solver is reinitialized to this seed.
hasRandomSeed() - Method in class com.google.ortools.sat.SatParameters
At the beginning of each solve, the random number generator used in some part of the solver is reinitialized to this seed.
hasRandomSeed() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
At the beginning of each solve, the random number generator used in some part of the solver is reinitialized to this seed.
hasReduceMemoryUsageInInterleaveMode() - Method in class com.google.ortools.sat.SatParameters.Builder
Temporary parameter until the memory usage is more optimized.
hasReduceMemoryUsageInInterleaveMode() - Method in class com.google.ortools.sat.SatParameters
Temporary parameter until the memory usage is more optimized.
hasReduceMemoryUsageInInterleaveMode() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Temporary parameter until the memory usage is more optimized.
hasRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double relative_gap_limit = 160 [default = 0];
hasRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters
optional double relative_gap_limit = 160 [default = 0];
hasRelativeGapLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double relative_gap_limit = 160 [default = 0];
hasRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
The solver stops if the relative MIP gap reaches this value or below.
hasRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
The solver stops if the relative MIP gap reaches this value or below.
hasRelativeMipGap() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
The solver stops if the relative MIP gap reaches this value or below.
hasRepairHint() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the solver tries to repair the solution given in the hint.
hasRepairHint() - Method in class com.google.ortools.sat.SatParameters
If true, the solver tries to repair the solution given in the hint.
hasRepairHint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the solver tries to repair the solution given in the hint.
hasReservoir() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
hasReservoir() - Method in class com.google.ortools.sat.ConstraintProto
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
hasReservoir() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
hasRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
In the moving average restart algorithms, a restart is triggered if the window average times this ratio is greater that the global average.
hasRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters
In the moving average restart algorithms, a restart is triggered if the window average times this ratio is greater that the global average.
hasRestartDlAverageRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
In the moving average restart algorithms, a restart is triggered if the window average times this ratio is greater that the global average.
hasRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
optional double restart_lbd_average_ratio = 71 [default = 1];
hasRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters
optional double restart_lbd_average_ratio = 71 [default = 1];
hasRestartLbdAverageRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional double restart_lbd_average_ratio = 71 [default = 1];
hasRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
Restart period for the FIXED_RESTART strategy.
hasRestartPeriod() - Method in class com.google.ortools.sat.SatParameters
Restart period for the FIXED_RESTART strategy.
hasRestartPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Restart period for the FIXED_RESTART strategy.
hasRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
Size of the window for the moving average restarts.
hasRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters
Size of the window for the moving average restarts.
hasRestartRunningWindowSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Size of the window for the moving average restarts.
hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
optional int32 resultant_var_index = 2;
hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
optional int32 resultant_var_index = 2;
hasResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
optional int32 resultant_var_index = 2;
hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
optional int32 resultant_var_index = 2;
hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
optional int32 resultant_var_index = 2;
hasResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
optional int32 resultant_var_index = 2;
hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
optional int32 resultant_var_index = 3;
hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
optional int32 resultant_var_index = 3;
hasResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
optional int32 resultant_var_index = 3;
hasRoutes() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The routes constraint implements the vehicle routing problem.
hasRoutes() - Method in class com.google.ortools.sat.ConstraintProto
The routes constraint implements the vehicle routing problem.
hasRoutes() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The routes constraint implements the vehicle routing problem.
hasSameVehicleTypeRequirements() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true iff any same-route (resp.
hasScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Enable automatic scaling of matrix coefficients and objective.
hasScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
Enable automatic scaling of matrix coefficients and objective.
hasScaling() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
Enable automatic scaling of matrix coefficients and objective.
hasSearchBranching() - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
hasSearchBranching() - Method in class com.google.ortools.sat.SatParameters
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
hasSearchBranching() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
hasSearchRandomizationTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
Search randomization will collect equivalent 'max valued' variables, and pick one randomly.
hasSearchRandomizationTolerance() - Method in class com.google.ortools.sat.SatParameters
Search randomization will collect equivalent 'max valued' variables, and pick one randomly.
hasSearchRandomizationTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Search randomization will collect equivalent 'max valued' variables, and pick one randomly.
hasShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
Allows sharing of the bounds of modified variables at level 0.
hasShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters
Allows sharing of the bounds of modified variables at level 0.
hasShareLevelZeroBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Allows sharing of the bounds of modified variables at level 0.
hasShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
Allows objective sharing between workers.
hasShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters
Allows objective sharing between workers.
hasShareObjectiveBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Allows objective sharing between workers.
hasSizeView() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto size_view = 6;
hasSizeView() - Method in class com.google.ortools.sat.IntervalConstraintProto
.operations_research.sat.LinearExpressionProto size_view = 6;
hasSizeView() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
.operations_research.sat.LinearExpressionProto size_view = 6;
hasSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Solution hint.
hasSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto
Solution hint.
hasSolutionHint() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
Solution hint.
hasSolutionHint() - Method in class com.google.ortools.sat.CpModelProto.Builder
Solution hint.
hasSolutionHint() - Method in class com.google.ortools.sat.CpModelProto
Solution hint.
hasSolutionHint() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
Solution hint.
hasSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Parameters to use in the underlying constraint solver.
hasSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
Parameters to use in the underlying constraint solver.
hasSolverParameters() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
Parameters to use in the underlying constraint solver.
hasSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage.
hasSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest
Advanced usage.
hasSolverSpecificParameters() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
Advanced usage.
hasSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Maximum time to be spent by the solver to solve 'model'.
hasSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest
Maximum time to be spent by the solver to solve 'model'.
hasSolverTimeLimitSeconds() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
Maximum time to be spent by the solver to solve 'model'.
hasSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
optional .operations_research.MPModelRequest.SolverType solver_type = 2;
hasSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest
optional .operations_research.MPModelRequest.SolverType solver_type = 2;
hasSolverType() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
optional .operations_research.MPModelRequest.SolverType solver_type = 2;
hasSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPSosConstraint sos_constraint = 3;
hasSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
.operations_research.MPSosConstraint sos_constraint = 3;
hasSosConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
.operations_research.MPSosConstraint sos_constraint = 3;
hasStartView() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
EXPERIMENTAL: This will become the new way to specify an interval.
hasStartView() - Method in class com.google.ortools.sat.IntervalConstraintProto
EXPERIMENTAL: This will become the new way to specify an interval.
hasStartView() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
EXPERIMENTAL: This will become the new way to specify an interval.
hasStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Result of the optimization.
hasStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
Result of the optimization.
hasStatus() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
Result of the optimization.
hasStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Human-readable string giving more details about the status.
hasStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
Human-readable string giving more details about the status.
hasStatusStr() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
Human-readable string giving more details about the status.
hasStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
For an optimization problem, stop the solver as soon as we have a solution.
hasStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters
For an optimization problem, stop the solver as soon as we have a solution.
hasStopAfterFirstSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
For an optimization problem, stop the solver as soon as we have a solution.
hasStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
Mainly used when improving the presolver.
hasStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters
Mainly used when improving the presolver.
hasStopAfterPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Mainly used when improving the presolver.
hasStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
The parameter num_conflicts_before_strategy_changes is increased by that much after each strategy change.
hasStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters
The parameter num_conflicts_before_strategy_changes is increased by that much after each strategy change.
hasStrategyChangeIncreaseRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The parameter num_conflicts_before_strategy_changes is increased by that much after each strategy change.
hasSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters.Builder
At a really low cost, during the 1-UIP conflict computation, it is easy to detect if some of the involved reasons are subsumed by the current conflict.
hasSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters
At a really low cost, during the 1-UIP conflict computation, it is easy to detect if some of the involved reasons are subsumed by the current conflict.
hasSubsumptionDuringConflictAnalysis() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
At a really low cost, during the 1-UIP conflict computation, it is easy to detect if some of the involved reasons are subsumed by the current conflict.
hasSymmetry() - Method in class com.google.ortools.sat.CpModelProto.Builder
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
hasSymmetry() - Method in class com.google.ortools.sat.CpModelProto
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
hasSymmetry() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
hasSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we try to automatically detect the symmetries in a model and exploit them.
hasSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters
Whether we try to automatically detect the symmetries in a model and exploit them.
hasSymmetryLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we try to automatically detect the symmetries in a model and exploit them.
hasTable() - Method in class com.google.ortools.sat.ConstraintProto.Builder
The table constraint enforces what values a tuple of variables may take.
hasTable() - Method in class com.google.ortools.sat.ConstraintProto
The table constraint enforces what values a tuple of variables may take.
hasTable() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
The table constraint enforces what values a tuple of variables may take.
hasTarget() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
.operations_research.sat.LinearExpressionProto target = 1;
hasTarget() - Method in class com.google.ortools.sat.LinearArgumentProto
.operations_research.sat.LinearExpressionProto target = 1;
hasTarget() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
.operations_research.sat.LinearExpressionProto target = 1;
hasTemporalTypeIncompatibilities() - Method in class com.google.ortools.constraintsolver.RoutingModel
 
hasTemporalTypeRequirements() - Method in class com.google.ortools.constraintsolver.RoutingModel
 
hasTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the search.
hasTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
Limit to the time spent in the search.
hasTimeLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
Limit to the time spent in the search.
hasTreatBinaryClausesSeparately() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the binary clauses are treated separately from the others.
hasTreatBinaryClausesSeparately() - Method in class com.google.ortools.sat.SatParameters
If true, the binary clauses are treated separately from the others.
hasTreatBinaryClausesSeparately() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the binary clauses are treated separately from the others.
hasType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
hasType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
hasType() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
hasUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
optional double upper_bound = 3 [default = inf];
hasUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto
optional double upper_bound = 3 [default = inf];
hasUpperBound() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
optional double upper_bound = 3 [default = inf];
hasUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
optional double upper_bound = 7 [default = inf];
hasUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
optional double upper_bound = 7 [default = inf];
hasUpperBound() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
optional double upper_bound = 7 [default = inf];
hasUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
optional double upper_bound = 2 [default = inf];
hasUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto
optional double upper_bound = 2 [default = inf];
hasUpperBound() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
optional double upper_bound = 2 [default = inf];
hasUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool use_absl_random = 180 [default = false];
hasUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters
optional bool use_absl_random = 180 [default = false];
hasUseAbslRandom() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional bool use_absl_random = 180 [default = false];
hasUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters.Builder
Block a moving restart algorithm if the trail size of the current conflict is greater than the multiplier times the moving average of the trail size at the previous conflicts.
hasUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters
Block a moving restart algorithm if the trail size of the current conflict is greater than the multiplier times the moving average of the trail size at the previous conflicts.
hasUseBlockingRestart() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Block a moving restart algorithm if the trail size of the current conflict is greater than the multiplier times the moving average of the trail size at the previous conflicts.
hasUseBranchingInLp() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the solver attemts to generate more info inside lp propagator by branching on some variables if certain criteria are met during the search tree exploration.
hasUseBranchingInLp() - Method in class com.google.ortools.sat.SatParameters
If true, the solver attemts to generate more info inside lp propagator by branching on some variables if certain criteria are met during the search tree exploration.
hasUseBranchingInLp() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, the solver attemts to generate more info inside lp propagator by branching on some variables if certain criteria are met during the search tree exploration.
hasUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
This can be beneficial if there is a lot of no-overlap constraints but a relatively low number of different intervals in the problem.
hasUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters
This can be beneficial if there is a lot of no-overlap constraints but a relatively low number of different intervals in the problem.
hasUseCombinedNoOverlap() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
This can be beneficial if there is a lot of no-overlap constraints but a relatively low number of different intervals in the problem.
hasUseDisjunctiveConstraintInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, the cumulative constraint is reinforced with propagators from the disjunctive constraint to improve the inference on a set of tasks that are disjunctive at the root of the problem.
hasUseDisjunctiveConstraintInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters
When this is true, the cumulative constraint is reinforced with propagators from the disjunctive constraint to improve the inference on a set of tasks that are disjunctive at the root of the problem.
hasUseDisjunctiveConstraintInCumulativeConstraint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When this is true, the cumulative constraint is reinforced with propagators from the disjunctive constraint to improve the inference on a set of tasks that are disjunctive at the root of the problem.
hasUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as described in "Learning Rate Based Branching Heuristic for SAT solvers", J.H.Liang, V.
hasUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as described in "Learning Rate Based Branching Heuristic for SAT solvers", J.H.Liang, V.
hasUseErwaHeuristic() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as described in "Learning Rate Based Branching Heuristic for SAT solvers", J.H.Liang, V.
hasUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters.Builder
The solver usually exploit the LP relaxation of a model.
hasUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters
The solver usually exploit the LP relaxation of a model.
hasUseExactLpReason() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
The solver usually exploit the LP relaxation of a model.
hasUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters.Builder
Adds a feasibility pump subsolver along with lns subsolvers.
hasUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters
Adds a feasibility pump subsolver along with lns subsolvers.
hasUseFeasibilityPump() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Adds a feasibility pump subsolver along with lns subsolvers.
hasUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
Stores and exploits "implied-bounds" in the solver.
hasUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters
Stores and exploits "implied-bounds" in the solver.
hasUseImpliedBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Stores and exploits "implied-bounds" in the solver.
hasUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters.Builder
LNS parameters.
hasUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters
LNS parameters.
hasUseLnsOnly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
LNS parameters.
hasUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters.Builder
For an optimization problem, whether we follow some hints in order to find a better first solution.
hasUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters
For an optimization problem, whether we follow some hints in order to find a better first solution.
hasUseOptimizationHints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
For an optimization problem, whether we follow some hints in order to find a better first solution.
hasUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we automatically detect variables whose constraint are always enforced by the same literal and we mark them as optional.
hasUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters
If true, we automatically detect variables whose constraint are always enforced by the same literal and we mark them as optional.
hasUseOptionalVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, we automatically detect variables whose constraint are always enforced by the same literal and we mark them as optional.
hasUseOverloadCheckerInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, the cumulative constraint is reinforced with overload checking, i.e., an additional level of reasoning based on energy.
hasUseOverloadCheckerInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters
When this is true, the cumulative constraint is reinforced with overload checking, i.e., an additional level of reasoning based on energy.
hasUseOverloadCheckerInCumulativeConstraint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When this is true, the cumulative constraint is reinforced with overload checking, i.e., an additional level of reasoning based on energy.
hasUsePbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
Whether to use pseudo-Boolean resolution to analyze a conflict.
hasUsePbResolution() - Method in class com.google.ortools.sat.SatParameters
Whether to use pseudo-Boolean resolution to analyze a conflict.
hasUsePbResolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Whether to use pseudo-Boolean resolution to analyze a conflict.
hasUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters.Builder
If this is true, then the polarity of a variable will be the last value it was assigned to, or its default polarity if it was never assigned since the call to ResetDecisionHeuristic().
hasUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters
If this is true, then the polarity of a variable will be the last value it was assigned to, or its default polarity if it was never assigned since the call to ResetDecisionHeuristic().
hasUsePhaseSaving() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If this is true, then the polarity of a variable will be the last value it was assigned to, or its default polarity if it was never assigned since the call to ResetDecisionHeuristic().
hasUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, then a disjunctive constraint will try to use the precedence relations between time intervals to propagate their bounds further.
hasUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters
When this is true, then a disjunctive constraint will try to use the precedence relations between time intervals to propagate their bounds further.
hasUsePrecedencesInDisjunctiveConstraint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When this is true, then a disjunctive constraint will try to use the precedence relations between time intervals to propagate their bounds further.
hasUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
If true, search will continuously probe Boolean variables, and integer variable bounds.
hasUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters
If true, search will continuously probe Boolean variables, and integer variable bounds.
hasUseProbingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
If true, search will continuously probe Boolean variables, and integer variable bounds.
hasUseRelaxationLns() - Method in class com.google.ortools.sat.SatParameters.Builder
Turns on a lns worker which solves relaxed version of the original problem by removing constraints from the problem in order to get better bounds.
hasUseRelaxationLns() - Method in class com.google.ortools.sat.SatParameters
Turns on a lns worker which solves relaxed version of the original problem by removing constraints from the problem in order to get better bounds.
hasUseRelaxationLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Turns on a lns worker which solves relaxed version of the original problem by removing constraints from the problem in order to get better bounds.
hasUseRinsLns() - Method in class com.google.ortools.sat.SatParameters.Builder
Turns on relaxation induced neighborhood generator.
hasUseRinsLns() - Method in class com.google.ortools.sat.SatParameters
Turns on relaxation induced neighborhood generator.
hasUseRinsLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Turns on relaxation induced neighborhood generator.
hasUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool use_sat_inprocessing = 163 [default = false];
hasUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters
optional bool use_sat_inprocessing = 163 [default = false];
hasUseSatInprocessing() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
optional bool use_sat_inprocessing = 163 [default = false];
hasUseTimetableEdgeFindingInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, the cumulative constraint is reinforced with timetable edge finding, i.e., an additional level of reasoning based on the conjunction of energy and mandatory parts.
hasUseTimetableEdgeFindingInCumulativeConstraint() - Method in class com.google.ortools.sat.SatParameters
When this is true, the cumulative constraint is reinforced with timetable edge finding, i.e., an additional level of reasoning based on the conjunction of energy and mandatory parts.
hasUseTimetableEdgeFindingInCumulativeConstraint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
When this is true, the cumulative constraint is reinforced with timetable edge finding, i.e., an additional level of reasoning based on the conjunction of energy and mandatory parts.
hasValue() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
optional double value = 1;
hasValue() - Method in class com.google.ortools.linearsolver.OptionalDouble
optional double value = 1;
hasValue() - Method in interface com.google.ortools.linearsolver.OptionalDoubleOrBuilder
optional double value = 1;
hasVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
Each time a conflict is found, the activities of some variables are increased by one.
hasVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters
Each time a conflict is found, the activities of some variables are increased by one.
hasVariableActivityDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
Each time a conflict is found, the activities of some variables are increased by one.
hasVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
hasVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
Variable indices are relative to the "variable" field in MPModelProto.
hasVarIndex() - Method in interface com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
Variable indices are relative to the "variable" field in MPModelProto.
hasVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
Variable index (w.r.t.
hasVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
Variable index (w.r.t.
hasVarIndex() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
Variable index (w.r.t.
hasVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
Value the above variable should take.
hasVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
Value the above variable should take.
hasVarValue() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
Value the above variable should take.
hasVehicleWithCostClassIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true iff the model contains a vehicle with the given
cost_class_index.
HEADS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CircuitConstraintProto
 
HEADS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.RoutesConstraintProto
 
HEURISTIC_CLOSE_NODES_LNS_NUM_NODES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
HEURISTIC_EXPENSIVE_CHAIN_LNS_NUM_ARCS_TO_CONSIDER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
HINT_CONFLICT_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
HINT_SEARCH - com.google.ortools.sat.SatParameters.SearchBranching
Mainly used internally.
HINT_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
Mainly used internally.
HoldsDelta() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
HoldsDelta() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
HoldsDelta() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 

I

IGNORE_SOLVER_SPECIFIC_PARAMETERS_FAILURE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
 
ignoreDisjunctionsAlreadyForcedToZero() - Method in class com.google.ortools.constraintsolver.RoutingModel
SPECIAL: Makes the solver ignore all the disjunctions whose active
variables are all trivially zero (i.e.
IMPROVEMENT_LIMIT_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
IMPROVEMENT_RATE_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
IMPROVEMENT_RATE_SOLUTIONS_DISTANCE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
ImprovementSearchLimit - Class in com.google.ortools.constraintsolver
 
ImprovementSearchLimit(long, boolean) - Constructor for class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
ImprovementSearchLimit(Solver, IntVar, boolean, double, double, double, int) - Constructor for class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
ImprovementSearchLimit_atSolution(long, ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ImprovementSearchLimit_check(long, ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ImprovementSearchLimit_copy(long, ImprovementSearchLimit, long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ImprovementSearchLimit_init(long, ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ImprovementSearchLimit_makeClone(long, ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ImprovementSearchLimit_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IN_ORDER - com.google.ortools.sat.SatParameters.VariableOrder
As specified by the problem.
IN_ORDER_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.VariableOrder
As specified by the problem.
IN_RANDOM_ORDER - com.google.ortools.sat.SatParameters.VariableOrder
IN_RANDOM_ORDER = 2;
IN_RANDOM_ORDER_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.VariableOrder
IN_RANDOM_ORDER = 2;
IN_REVERSE_ORDER - com.google.ortools.sat.SatParameters.VariableOrder
IN_REVERSE_ORDER = 1;
IN_REVERSE_ORDER_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.VariableOrder
IN_REVERSE_ORDER = 1;
IN_ROOT_NODE - Static variable in class com.google.ortools.constraintsolver.Solver
Executing the root node.
IN_SEARCH - Static variable in class com.google.ortools.constraintsolver.Solver
Executing the search code.
INCREMENT - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which defines one neighbor per variable.
INCREMENTALITY - com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
Advanced usage: incrementality from one solve to the next.
INCREMENTALITY_OFF - com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
Start solve from scratch.
INCREMENTALITY_ON - com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
Reuse results from previous solve as much as the underlying solver
allows.
index() - Method in class com.google.ortools.constraintsolver.IntVar
Returns the index of the variable.
index() - Method in class com.google.ortools.linearsolver.MPConstraint
Returns the index of the constraint in the MPSolver::constraints_.
index() - Method in class com.google.ortools.linearsolver.MPVariable
Returns the index of the variable in the MPSolver::variables_.
index(IntVar) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ElementConstraintProto
 
indexToNode(long) - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
INDICATOR_CONSTRAINT - com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
 
INDICATOR_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
INFEASIBLE - com.google.ortools.graph.LinearSumAssignment.Status
 
INFEASIBLE - com.google.ortools.graph.MinCostFlowBase.Status
 
INFEASIBLE - com.google.ortools.linearsolver.MPSolver.ResultStatus
proven infeasible.
INFEASIBLE - com.google.ortools.sat.CpSolverStatus
The problem has been proven infeasible.
INFEASIBLE_VALUE - Static variable in enum com.google.ortools.sat.CpSolverStatus
The problem has been proven infeasible.
infinity() - Static method in class com.google.ortools.linearsolver.MPSolver
Infinity.

You can use -MPSolver::infinity() for negative infinity.
inhibit(Solver) - Method in class com.google.ortools.constraintsolver.Demon
This method inhibits the demon in the search tree below the
current position.
init() - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
init() - Method in class com.google.ortools.constraintsolver.IntVarIterator
This method must be called before each loop.
init() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
init() - Method in class com.google.ortools.constraintsolver.SearchLimit
This method is called when the search limit is initialized.
init(long[], long[][], long[]) - Method in class com.google.ortools.algorithms.KnapsackSolver
Initializes the solver and enters the problem to be solved.
initFragments() - Method in class com.google.ortools.constraintsolver.BaseLns
 
INITIAL_POLARITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
INITIAL_VARIABLES_ACTIVITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
initialize(Assignment) - Method in class com.google.ortools.constraintsolver.SolutionPool
This method is called to initialize the solution pool with the assignment
from the local search.
InitializeBreaks() - Method in class com.google.ortools.constraintsolver.RoutingDimension
Sets up vehicle_break_intervals_, vehicle_break_distance_duration_,
pre_travel_evaluators and post_travel_evaluators.
initialPropagate() - Method in class com.google.ortools.constraintsolver.Constraint
This method performs the initial propagation of the
constraint.
initialPropagate() - Method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
initialPropagate() - Method in class com.google.ortools.constraintsolver.Pack
 
initialPropagate() - Method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
initPosition() - Method in class com.google.ortools.constraintsolver.PathOperator
Returns true if the operator needs to restart its initial position at each
call to Start()
insert(int[]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insert(long[]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insert2(long, long) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insert3(long, long, long) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insert4(long, long, long, long) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insertAll(int[][]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insertAll(long[][]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insertExprConstantExpression(IntExpr, IntExpr, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertExprExprConstantExpression(IntExpr, IntExpr, IntExpr, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertExprExprConstraint(Constraint, IntExpr, IntExpr, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertExprExpression(IntExpr, IntExpr, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertExprExprExpression(IntExpr, IntExpr, IntExpr, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertInterval(long, long) - Method in class com.google.ortools.util.SortedDisjointIntervalList
Adds the interval [start..end] to the list, and merges overlapping or
immediately adjacent intervals ([2, 5] and [6, 7] are adjacent, but
[2, 5] and [7, 8] are not).

Returns an iterator to the inserted interval (possibly merged with others).

If start > end, it does LOG(DFATAL) and returns end() (no interval added).
insertIntervals(int[], int[]) - Method in class com.google.ortools.util.SortedDisjointIntervalList
 
insertIntervals(long[], long[]) - Method in class com.google.ortools.util.SortedDisjointIntervalList
Adds all intervals [starts[i]..ends[i]].

Same behavior as InsertInterval() upon invalid intervals.
insertVarArrayConstantArrayExpression(IntExpr, IntVar[], long[], int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVarArrayConstantExpression(IntExpr, IntVar[], long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVarArrayExpression(IntExpr, IntVar[], int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVarConstantArrayExpression(IntExpr, IntVar, long[], int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVarConstantConstantConstraint(Constraint, IntVar, long, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVarConstantConstantExpression(IntExpr, IntVar, long, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVarConstantConstraint(Constraint, IntVar, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVoidConstraint(Constraint, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
install() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
Install itself on the solver.
install() - Method in class com.google.ortools.constraintsolver.PropagationMonitor
Install itself on the solver.
install() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Registers itself on the solver such that it gets notified of the search
and propagation events.
INSTANTIATE_ALL_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
instrumentsDemons() - Method in class com.google.ortools.constraintsolver.Solver
Returns whether we are instrumenting demons.
instrumentsVariables() - Method in class com.google.ortools.constraintsolver.Solver
Returns whether we are tracing variables.
INT_DIV - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
INT_DIV_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
INT_MAX - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
INT_MAX_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
INT_MIN - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
INT_MIN_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
INT_MOD - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
INT_MOD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
INT_PROD - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
INT_PROD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
INT_VALUE_DEFAULT - Static variable in class com.google.ortools.constraintsolver.Solver
The default behavior is ASSIGN_MIN_VALUE.
INT_VALUE_SIMPLE - Static variable in class com.google.ortools.constraintsolver.Solver
The simple selection is ASSIGN_MIN_VALUE.
INT_VAR_DEFAULT - Static variable in class com.google.ortools.constraintsolver.Solver
The default behavior is CHOOSE_FIRST_UNBOUND.
INT_VAR_SIMPLE - Static variable in class com.google.ortools.constraintsolver.Solver
The simple selection is CHOOSE_FIRST_UNBOUND.
IntBoolPair - Class in com.google.ortools.constraintsolver
 
IntBoolPair() - Constructor for class com.google.ortools.constraintsolver.IntBoolPair
 
IntBoolPair(int, boolean) - Constructor for class com.google.ortools.constraintsolver.IntBoolPair
 
IntBoolPair(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntBoolPair
 
IntBoolPair(IntBoolPair) - Constructor for class com.google.ortools.constraintsolver.IntBoolPair
 
IntBoolPair_first_get(long, IntBoolPair) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntBoolPair_first_set(long, IntBoolPair, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntBoolPair_second_get(long, IntBoolPair) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntBoolPair_second_set(long, IntBoolPair, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntegerArgumentProto - Class in com.google.ortools.sat
Argument of the constraints of the form target_var = OP(vars).
IntegerArgumentProto.Builder - Class in com.google.ortools.sat
Argument of the constraints of the form target_var = OP(vars).
IntegerArgumentProtoOrBuilder - Interface in com.google.ortools.sat
 
IntegerCastInfo() - Constructor for class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
IntegerCastInfo(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
IntegerCastInfo(IntVar, IntExpr, Constraint) - Constructor for class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
IntegerVariableProto - Class in com.google.ortools.sat
An integer variable.
IntegerVariableProto.Builder - Class in com.google.ortools.sat
An integer variable.
IntegerVariableProtoOrBuilder - Interface in com.google.ortools.sat
 
INTERLEAVE_BATCH_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
INTERLEAVE_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.BoolArgumentProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpModelProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpModelProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpObjectiveProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpSolverResponse
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.DenseMatrixProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ElementConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.IntegerArgumentProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.IntegerVariableProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.InverseConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearArgumentProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearExpressionProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.SatParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.SatParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.SparsePermutationProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.SymmetryProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.TableConstraintProto
 
internalGetMapField(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
internalGetMapField(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
internalGetMutableMapField(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
 
internalGetValueMap() - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
 
internalGetValueMap() - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
 
internalGetValueMap() - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
 
internalGetValueMap() - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.CpSolverStatus
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.Polarity
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
 
internalGetValueMap() - Static method in enum com.google.ortools.util.OptionalBoolean
 
interruptSolve() - Method in class com.google.ortools.linearsolver.MPSolver
Interrupts the Solve() execution to terminate processing if possible.

If the underlying interface supports interruption; it does that and returns
true regardless of whether there's an ongoing Solve() or not.
intersectionWith(Domain) - Method in class com.google.ortools.util.Domain
Returns the intersection of D and domain.
interval(int) - Method in class com.google.ortools.constraintsolver.SequenceVar
Returns the index_th interval of the sequence.
INTERVAL - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
INTERVAL_DEFAULT - Static variable in class com.google.ortools.constraintsolver.Solver
The default is INTERVAL_SET_TIMES_FORWARD.
INTERVAL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
INTERVAL_SET_TIMES_BACKWARD - Static variable in class com.google.ortools.constraintsolver.Solver
Selects the variable with the highest ending time of all variables,
and fixes the ending time to this highest values.
INTERVAL_SET_TIMES_FORWARD - Static variable in class com.google.ortools.constraintsolver.Solver
Selects the variable with the lowest starting time of all variables,
and fixes its starting time to this lowest value.
INTERVAL_SIMPLE - Static variable in class com.google.ortools.constraintsolver.Solver
The simple is INTERVAL_SET_TIMES_FORWARD.
IntervalConstraintProto - Class in com.google.ortools.sat
This "special" constraint not only enforces (start + size == end) and (size >= 0) but can also be referred by other constraints using this "interval" concept.
IntervalConstraintProto.Builder - Class in com.google.ortools.sat
This "special" constraint not only enforces (start + size == end) and (size >= 0) but can also be referred by other constraints using this "interval" concept.
IntervalConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
INTERVALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CumulativeConstraintProto
 
INTERVALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.NoOverlapConstraintProto
 
IntervalVar - Class in com.google.ortools.constraintsolver
Interval variables are often used in scheduling.
IntervalVar - Class in com.google.ortools.sat
An interval variable.
IntervalVar(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntervalVar
 
IntervalVar_accept(long, IntervalVar, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_cannotBePerformed(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_durationExpr(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_durationMax(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_durationMin(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_endExpr(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_endMax(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_endMin(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_isPerformedBound(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_kMaxValidValue_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_kMinValidValue_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_mayBePerformed(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_mustBePerformed(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_oldDurationMax(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_oldDurationMin(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_oldEndMax(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_oldEndMin(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_oldStartMax(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_oldStartMin(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_performedExpr(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_safeDurationExpr(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_safeEndExpr(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_safeStartExpr(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setDurationMax(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setDurationMin(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setDurationRange(long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setEndMax(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setEndMin(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setEndRange(long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setPerformed(long, IntervalVar, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setStartMax(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setStartMin(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setStartRange(long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_startExpr(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_startMax(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_startMin(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_wasPerformedBound(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenAnything__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenAnything__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenDurationBound__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenDurationBound__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenDurationRange__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenDurationRange__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenEndBound__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenEndBound__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenEndRange__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenEndRange__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenPerformedBound__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenPerformedBound__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenStartBound__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenStartBound__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenStartRange__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenStartRange__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
intervalVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
 
IntervalVarElement - Class in com.google.ortools.constraintsolver
 
IntervalVarElement() - Constructor for class com.google.ortools.constraintsolver.IntervalVarElement
 
IntervalVarElement(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntervalVarElement
 
IntervalVarElement(IntervalVar) - Constructor for class com.google.ortools.constraintsolver.IntervalVarElement
 
IntervalVarElement_bound(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_clone(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_copy(long, IntervalVarElement, long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_durationMax(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_durationMin(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_durationValue(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_endMax(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_endMin(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_endValue(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_performedMax(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_performedMin(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_performedValue(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_reset(long, IntervalVarElement, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_restore(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setDurationMax(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setDurationMin(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setDurationRange(long, IntervalVarElement, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setDurationValue(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setEndMax(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setEndMin(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setEndRange(long, IntervalVarElement, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setEndValue(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setPerformedMax(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setPerformedMin(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setPerformedRange(long, IntervalVarElement, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setPerformedValue(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setStartMax(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setStartMin(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setStartRange(long, IntervalVarElement, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setStartValue(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_startMax(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_startMin(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_startValue(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_store(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_toString(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_var(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr - Class in com.google.ortools.constraintsolver
The class IntExpr is the base of all integer expressions in
constraint programming.
It contains the basic protocol for an expression:
- setting and modifying its bound
- querying if it is bound
- listening to events modifying its bounds
- casting it into a variable (instance of IntVar)
IntExpr(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntExpr
 
IntExpr_accept(long, IntExpr, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_bound(long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_isVar(long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_max(long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_min(long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_range(long, IntExpr, int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_setMax(long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_setMin(long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_setRange(long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_setValue(long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_var(long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_varWithName(long, IntExpr, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_whenRange__SWIG_0(long, IntExpr, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_whenRange__SWIG_1(long, IntExpr, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntIntToLongFunction - Interface in com.google.ortools.constraintsolver
Represents a function that accepts two int-valued arguments and produces a long-valued result.
IntTupleSet - Class in com.google.ortools.constraintsolver
 
IntTupleSet(int) - Constructor for class com.google.ortools.constraintsolver.IntTupleSet
 
IntTupleSet(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntTupleSet
 
IntTupleSet(IntTupleSet) - Constructor for class com.google.ortools.constraintsolver.IntTupleSet
 
IntTupleSet_arity(long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_clear(long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_contains__SWIG_0(long, IntTupleSet, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_contains__SWIG_1(long, IntTupleSet, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insert__SWIG_0(long, IntTupleSet, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insert__SWIG_1(long, IntTupleSet, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insert2(long, IntTupleSet, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insert3(long, IntTupleSet, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insert4(long, IntTupleSet, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insertAll__SWIG_0(long, IntTupleSet, long[][]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insertAll__SWIG_1(long, IntTupleSet, int[][]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_numDifferentValuesInColumn(long, IntTupleSet, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_numTuples(long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_sortedByColumn(long, IntTupleSet, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_sortedLexicographically(long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_value(long, IntTupleSet, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar - Class in com.google.ortools.constraintsolver
The class IntVar is a subset of IntExpr.
IntVar - Class in com.google.ortools.sat
An integer variable.
IntVar(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntVar
 
IntVar_accept(long, IntVar, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_contains(long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_index(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_isDifferent(long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_isEqual(long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_isGreaterOrEqual(long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_isLessOrEqual(long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_isVar(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_makeDomainIterator(long, IntVar, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_makeHoleIterator(long, IntVar, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_oldMax(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_oldMin(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_removeInterval(long, IntVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_removeValue(long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_removeValues(long, IntVar, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_setValue(long, IntVar, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_size(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_value(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_var(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_varType(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_whenBound__SWIG_0(long, IntVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_whenBound__SWIG_1(long, IntVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_whenDomain__SWIG_0(long, IntVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_whenDomain__SWIG_1(long, IntVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
intVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
 
IntVarElement - Class in com.google.ortools.constraintsolver
 
IntVarElement() - Constructor for class com.google.ortools.constraintsolver.IntVarElement
 
IntVarElement(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntVarElement
 
IntVarElement(IntVar) - Constructor for class com.google.ortools.constraintsolver.IntVarElement
 
IntVarElement_bound(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_clone(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_copy(long, IntVarElement, long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_max(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_min(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_reset(long, IntVarElement, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_restore(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_setMax(long, IntVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_setMin(long, IntVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_setRange(long, IntVarElement, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_setValue(long, IntVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_store(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_toString(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_value(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_var(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarIterator - Class in com.google.ortools.constraintsolver
The class Iterator has two direct subclasses.
IntVarIterator(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntVarIterator
 
IntVarIterator_init(long, IntVarIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarIterator_next(long, IntVarIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarIterator_ok(long, IntVarIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarIterator_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarIterator_toString(long, IntVarIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarIterator_value(long, IntVarIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter - Class in com.google.ortools.constraintsolver
 
IntVarLocalSearchFilter(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
IntVarLocalSearchFilter(IntVar[]) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
IntVarLocalSearchFilter_addVars(long, IntVarLocalSearchFilter, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_change_ownership(IntVarLocalSearchFilter, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_director_connect(IntVarLocalSearchFilter, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_index(long, IntVarLocalSearchFilter, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_onSynchronize(long, IntVarLocalSearchFilter, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_onSynchronizeSwigExplicitIntVarLocalSearchFilter(long, IntVarLocalSearchFilter, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_size(long, IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_synchronize(long, IntVarLocalSearchFilter, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_value(long, IntVarLocalSearchFilter, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_var(long, IntVarLocalSearchFilter, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchHandler - Class in com.google.ortools.constraintsolver
 
IntVarLocalSearchHandler() - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchHandler
 
IntVarLocalSearchHandler(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchHandler
 
IntVarLocalSearchHandler(IntVarLocalSearchHandler) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchHandler
 
IntVarLocalSearchHandler(IntVarLocalSearchOperator) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchHandler
 
IntVarLocalSearchHandler_addToAssignment(long, IntVarLocalSearchHandler, long, IntVar, long, boolean, long, long, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchHandler_onAddVars(long, IntVarLocalSearchHandler) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchHandler_onRevertChanges(long, IntVarLocalSearchHandler, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchHandler_ValueFromAssignment(long, IntVarLocalSearchHandler, long, Assignment, long, IntVar, long, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator - Class in com.google.ortools.constraintsolver
 
IntVarLocalSearchOperator() - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
IntVarLocalSearchOperator(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
IntVarLocalSearchOperator(IntVar[]) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
IntVarLocalSearchOperator(IntVar[], boolean) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
IntVarLocalSearchOperator_change_ownership(IntVarLocalSearchOperator, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_director_connect(IntVarLocalSearchOperator, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_oneNeighbor(long, IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_oneNeighborSwigExplicitIntVarLocalSearchOperator(long, IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate - Class in com.google.ortools.constraintsolver
Base operator class for operators manipulating variables.
IntVarLocalSearchOperatorTemplate(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
IntVarLocalSearchOperatorTemplate_activate(long, IntVarLocalSearchOperatorTemplate, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate_activated(long, IntVarLocalSearchOperatorTemplate, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate_addVars(long, IntVarLocalSearchOperatorTemplate, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate_deactivate(long, IntVarLocalSearchOperatorTemplate, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate_HoldsDelta(long, IntVarLocalSearchOperatorTemplate) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate_isIncremental(long, IntVarLocalSearchOperatorTemplate) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate_oldValue(long, IntVarLocalSearchOperatorTemplate, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate_onStart(long, IntVarLocalSearchOperatorTemplate) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate_setValue(long, IntVarLocalSearchOperatorTemplate, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate_size(long, IntVarLocalSearchOperatorTemplate) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate_value(long, IntVarLocalSearchOperatorTemplate, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperatorTemplate_var(long, IntVarLocalSearchOperatorTemplate, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
INVERSE - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
INVERSE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
InverseConstraintProto - Class in com.google.ortools.sat
The two arrays of variable each represent a function, the second is the inverse of the first: f_direct[i] == j <=> f_inverse[j] == i.
InverseConstraintProto.Builder - Class in com.google.ortools.sat
The two arrays of variable each represent a function, the second is the inverse of the first: f_direct[i] == j <=> f_inverse[j] == i.
InverseConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
IS_INTEGER_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
 
IS_LAZY_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
 
isAssignedStatusKnown(int) - Method in class com.google.ortools.constraintsolver.Pack
 
isCastConstraint() - Method in class com.google.ortools.constraintsolver.Constraint
Is the constraint created by a cast from expression to integer variable?
isDifferent(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
isDifferent(long) - Method in class com.google.ortools.constraintsolver.IntVar
 
isEmpty() - Method in class com.google.ortools.util.Domain
Returns true if this is the empty set.
isEnd(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if 'index' represents the last node of a route.
isEqual(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
isEqual(long) - Method in class com.google.ortools.constraintsolver.IntVar
IsEqual
isGreaterOrEqual(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
isGreaterOrEqual(long) - Method in class com.google.ortools.constraintsolver.IntVar
 
isIncremental() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
isIncremental() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
 
isIncremental() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 
isInitialized() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
isInitialized() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelProto
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
isInitialized() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
isInitialized() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
isInitialized() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.BoolArgumentProto
 
isInitialized() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.ConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.CpModelProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.CpModelProto
 
isInitialized() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.CpObjectiveProto
 
isInitialized() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
isInitialized() - Method in class com.google.ortools.sat.CpSolverResponse
 
isInitialized() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
isInitialized() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
isInitialized() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
isInitialized() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.DenseMatrixProto
 
isInitialized() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.ElementConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.IntegerArgumentProto
 
isInitialized() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.IntegerVariableProto
 
isInitialized() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.InverseConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.LinearArgumentProto
 
isInitialized() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.LinearConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.LinearExpressionProto
 
isInitialized() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
isInitialized() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
isInitialized() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.SatParameters.Builder
 
isInitialized() - Method in class com.google.ortools.sat.SatParameters
 
isInitialized() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.SparsePermutationProto
 
isInitialized() - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.SymmetryProto
 
isInitialized() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.TableConstraintProto
 
isLazy() - Method in class com.google.ortools.linearsolver.MPConstraint
Advanced usage: returns true if the constraint is "lazy" (see below).
isLessOrEqual(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
isLessOrEqual(long) - Method in class com.google.ortools.constraintsolver.IntVar
 
isLocalSearchProfilingEnabled() - Method in class com.google.ortools.constraintsolver.Solver
Returns whether we are profiling local search.
isMatchingModel() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if a vehicle/node matching problem is detected.
isMip() - Method in class com.google.ortools.linearsolver.MPSolver
 
isPerformedBound() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
isPossible(int, int) - Method in class com.google.ortools.constraintsolver.Pack
 
isProfilingEnabled() - Method in class com.google.ortools.constraintsolver.Solver
Returns whether we are profiling the solver.
isRanked(int) - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
isSolutionOptimal() - Method in class com.google.ortools.algorithms.KnapsackSolver
Returns true if the solution was proven optimal.
isStart(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if 'index' represents the first node of a route.
IsUncheckedSolutionLimitReached() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
IsUncheckedSolutionLimitReached() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Returns true if the limit of solutions has been reached including
unchecked solutions.
isUndecided(int, int) - Method in class com.google.ortools.constraintsolver.Pack
 
isVar() - Method in class com.google.ortools.constraintsolver.IntExpr
Returns true if the expression is indeed a variable.
isVar() - Method in class com.google.ortools.constraintsolver.IntVar
 
isVehicleAllowedForIndex(int, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if a vehicle is allowed to visit a given node.
isVehicleUsed(Assignment, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if the route of 'vehicle' is non empty in 'assignment'.
iterations() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the number of simplex iterations.

J

JavaDecisionBuilder - Class in com.google.ortools.constraintsolver
This class acts as a intermediate step between a c++ decision builder and a java one.
JavaDecisionBuilder() - Constructor for class com.google.ortools.constraintsolver.JavaDecisionBuilder
 

K

kAccept - Static variable in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
KEEP_ALL_FEASIBLE_SOLUTIONS_IN_PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
KEEP_LEFT - Static variable in class com.google.ortools.constraintsolver.Solver
Right branches are ignored.
KEEP_RIGHT - Static variable in class com.google.ortools.constraintsolver.Solver
Left branches are ignored.
KILL_BOTH - Static variable in class com.google.ortools.constraintsolver.Solver
Backtracks to the previous decisions, i.e.
KNAPSACK_64ITEMS_SOLVER - com.google.ortools.algorithms.KnapsackSolver.SolverType
Optimized method for single dimension small problems

Limited to 64 items and one dimension, this
solver uses a branch & bound algorithm.
KNAPSACK_BRUTE_FORCE_SOLVER - com.google.ortools.algorithms.KnapsackSolver.SolverType
Brute force method.

Limited to 30 items and one dimension, this
solver uses a brute force algorithm, ie.
KNAPSACK_DYNAMIC_PROGRAMMING_SOLVER - com.google.ortools.algorithms.KnapsackSolver.SolverType
Dynamic Programming approach for single dimension problems

Limited to one dimension, this solver is based on a dynamic programming
algorithm.
KNAPSACK_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
KNAPSACK_MIXED_INTEGER_PROGRAMMING = 13;
KNAPSACK_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
KNAPSACK_MIXED_INTEGER_PROGRAMMING = 13;
KNAPSACK_MULTIDIMENSION_BRANCH_AND_BOUND_SOLVER - com.google.ortools.algorithms.KnapsackSolver.SolverType
Generic Solver.

This solver can deal with both large number of items and several
dimensions.
KNAPSACK_MULTIDIMENSION_CBC_MIP_SOLVER - com.google.ortools.algorithms.KnapsackSolver.SolverType
CBC Based Solver

This solver can deal with both large number of items and several
dimensions.
KnapsackSolver - Class in com.google.ortools.algorithms
This library solves knapsack problems.

Problems the library solves include:
- 0-1 knapsack problems,
- Multi-dimensional knapsack problems,

Given n items, each with a profit and a weight, given a knapsack of
capacity c, the goal is to find a subset of items which fits inside c
and maximizes the total profit.
The knapsack problem can easily be extended from 1 to d dimensions.
As an example, this can be useful to constrain the maximum number of
items inside the knapsack.
Without loss of generality, profits and weights are assumed to be positive.

From a mathematical point of view, the multi-dimensional knapsack problem
can be modeled by d linear constraints:

ForEach(j:1..d)(Sum(i:1..n)(weight_ij * item_i) <= c_j
where item_i is a 0-1 integer variable.

Then the goal is to maximize:

Sum(i:1..n)(profit_i * item_i).

There are several ways to solve knapsack problems.
KnapsackSolver(long, boolean) - Constructor for class com.google.ortools.algorithms.KnapsackSolver
 
KnapsackSolver(KnapsackSolver.SolverType, String) - Constructor for class com.google.ortools.algorithms.KnapsackSolver
 
KnapsackSolver(String) - Constructor for class com.google.ortools.algorithms.KnapsackSolver
 
KnapsackSolver_bestSolutionContains(long, KnapsackSolver, int) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_getName(long, KnapsackSolver) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_init(long, KnapsackSolver, long[], long[][], long[]) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_isSolutionOptimal(long, KnapsackSolver) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_64ITEMS_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_BRUTE_FORCE_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_DYNAMIC_PROGRAMMING_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_MULTIDIMENSION_BRANCH_AND_BOUND_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_MULTIDIMENSION_CBC_MIP_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_setTimeLimit(long, KnapsackSolver, double) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_setUseReduction(long, KnapsackSolver, boolean) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_solve(long, KnapsackSolver) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_useReduction(long, KnapsackSolver) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver.SolverType - Enum in com.google.ortools.algorithms
Enum controlling which underlying algorithm is used.

This enum is passed to the constructor of the KnapsackSolver object.
It selects which solving method will be used.
kNoProgress - Static variable in class com.google.ortools.constraintsolver.SearchMonitor
 
kNumPriorities - Static variable in class com.google.ortools.constraintsolver.Solver
Number of priorities for demons.
kRelax - Static variable in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 

L

lb() - Method in class com.google.ortools.linearsolver.MPConstraint
Returns the lower bound.
lb() - Method in class com.google.ortools.linearsolver.MPVariable
Returns the lower bound.
LBD_MOVING_AVERAGE_RESTART - com.google.ortools.sat.SatParameters.RestartAlgorithm
Moving average restart based on the LBD of conflicts.
LBD_MOVING_AVERAGE_RESTART_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Moving average restart based on the LBD of conflicts.
LE - Static variable in class com.google.ortools.constraintsolver.Solver
Move is accepted when the current objective value <= objective.Max.
LIN_MAX - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
LIN_MAX_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
LIN_MIN - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
LIN_MIN_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
LINEAR - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
LINEAR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
LinearArgumentProto - Class in com.google.ortools.sat
Protobuf type operations_research.sat.LinearArgumentProto
LinearArgumentProto.Builder - Class in com.google.ortools.sat
Protobuf type operations_research.sat.LinearArgumentProto
LinearArgumentProtoOrBuilder - Interface in com.google.ortools.sat
 
LinearConstraintProto - Class in com.google.ortools.sat
The linear sum vars[i] * coeffs[i] must fall in the given domain.
LinearConstraintProto.Builder - Class in com.google.ortools.sat
The linear sum vars[i] * coeffs[i] must fall in the given domain.
LinearConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
LinearExpr - Interface in com.google.ortools.sat
A linear expression interface that can be parsed.
LinearExpressionProto - Class in com.google.ortools.sat
Some constraints supports linear expression instead of just using a reference to a variable.
LinearExpressionProto.Builder - Class in com.google.ortools.sat
Some constraints supports linear expression instead of just using a reference to a variable.
LinearExpressionProtoOrBuilder - Interface in com.google.ortools.sat
 
LINEARIZATION_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LinearSolver - Class in com.google.ortools.linearsolver
 
LinearSumAssignment - Class in com.google.ortools.graph
 
LinearSumAssignment() - Constructor for class com.google.ortools.graph.LinearSumAssignment
 
LinearSumAssignment(long, boolean) - Constructor for class com.google.ortools.graph.LinearSumAssignment
 
LinearSumAssignment_addArcWithCost(long, LinearSumAssignment, int, int, long) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getAssignmentCost(long, LinearSumAssignment, int) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getCost(long, LinearSumAssignment, int) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getLeftNode(long, LinearSumAssignment, int) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getNumArcs(long, LinearSumAssignment) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getNumNodes(long, LinearSumAssignment) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getOptimalCost(long, LinearSumAssignment) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getRightMate(long, LinearSumAssignment, int) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getRightNode(long, LinearSumAssignment, int) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_solve(long, LinearSumAssignment) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment.Status - Enum in com.google.ortools.graph
 
Literal - Interface in com.google.ortools.sat
Interface to describe a boolean variable or its negation.
LITERALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.BoolArgumentProto
 
LITERALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CircuitConstraintProto
 
LITERALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.RoutesConstraintProto
 
LK - Static variable in class com.google.ortools.constraintsolver.Solver
Lin-Kernighan local search.
While the accumulated local gain is positive, perform a 2opt or a 3opt
move followed by a series of 2opt moves.
LNS_EXPAND_INTERVALS_IN_CONSTRAINT_GRAPH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LNS_FOCUS_ON_DECISION_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LNS_TIME_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
load(String) - Method in class com.google.ortools.constraintsolver.Assignment
Loads an assignment from a file; does not add variables to the
assignment (only the variables contained in the assignment are modified).
Loader - Class in com.google.ortools
Load native libraries needed for using ortools-java.
Loader() - Constructor for class com.google.ortools.Loader
 
loadModelFromProto(MPModelProto) - Method in class com.google.ortools.linearsolver.MPSolver
Loads a model and returns the error message, which will be empty iff the
model is valid.
loadModelFromProtoWithUniqueNamesOrDie(MPModelProto) - Method in class com.google.ortools.linearsolver.MPSolver
 
loadNativeLibraries() - Static method in class com.google.ortools.Loader
 
loadSolutionFromProto(MPSolutionResponse) - Method in class com.google.ortools.linearsolver.MPSolver
Load a solution encoded in a protocol buffer onto this solver for easy
access via the MPSolver interface.

IMPORTANT: This may only be used in conjunction with ExportModel(),
following this example:

MPSolver my_solver; ... add variables and constraints ... MPModelProto model_proto; my_solver.ExportModelToProto(&model_proto); MPSolutionResponse solver_response; MPSolver::SolveWithProto(model_proto, &solver_response); if (solver_response.result_status() == MPSolutionResponse::OPTIMAL) { CHECK_OK(my_solver.LoadSolutionFromProto(solver_response)); ... inspect the solution using the usual API: solution_value(), etc... }

The response must be in OPTIMAL or FEASIBLE status.

Returns a false if a problem arised (typically, if it wasn't used
like it should be):
- loading a solution whose variables don't correspond to the solver's
current variables
- loading a solution with a status other than OPTIMAL / FEASIBLE.

Note: the objective value isn't checked.
LOCAL_CHEAPEST_ARC - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Select the first node with an unbound successor and connect it to the node which produces the cheapest route segment.
LOCAL_CHEAPEST_ARC_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Select the first node with an unbound successor and connect it to the node which produces the cheapest route segment.
LOCAL_CHEAPEST_INSERTION - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Iteratively build a solution by inserting each node at its cheapest position; the cost of insertion is based on the arc cost function.
LOCAL_CHEAPEST_INSERTION_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Iteratively build a solution by inserting each node at its cheapest position; the cost of insertion is based on the arc cost function.
LOCAL_SEARCH_METAHEURISTIC_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOCAL_SEARCH_OPERATORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
localOptimum() - Method in class com.google.ortools.constraintsolver.SearchMonitor
When a local optimum is reached.
LocalSearchFilter - Class in com.google.ortools.constraintsolver
Local Search Filters are used for fast neighbor pruning.
Filtering a move is done in several phases:
- in the Relax phase, filters determine which parts of their internals
will be changed by the candidate, and modify intermediary State
- in the Accept phase, filters check that the candidate is feasible,
- if the Accept phase succeeds, the solver may decide to trigger a
Synchronize phase that makes filters change their internal representation
to the last candidate,
- otherwise (Accept fails or the solver does not want to synchronize),
a Revert phase makes filters erase any intermediary State generated by the
Relax and Accept phases.
A given filter has phases called with the following pattern:
(Relax.Accept.Synchronize | Relax.Accept.Revert | Relax.Revert)*.
Filters's Revert() is always called in the reverse order their Accept() was
called, to allow late filters to use state done/undone by early filters'
Accept()/Revert().
LocalSearchFilter() - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilter
 
LocalSearchFilter(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilter
 
LocalSearchFilter_accept(long, LocalSearchFilter, long, Assignment, long, Assignment, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_change_ownership(LocalSearchFilter, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_Commit(long, LocalSearchFilter, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_CommitSwigExplicitLocalSearchFilter(long, LocalSearchFilter, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_director_connect(LocalSearchFilter, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_getAcceptedObjectiveValue(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_getAcceptedObjectiveValueSwigExplicitLocalSearchFilter(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_getSynchronizedObjectiveValue(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_getSynchronizedObjectiveValueSwigExplicitLocalSearchFilter(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_isIncremental(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_isIncrementalSwigExplicitLocalSearchFilter(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_Relax(long, LocalSearchFilter, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_RelaxSwigExplicitLocalSearchFilter(long, LocalSearchFilter, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_Reset(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_ResetSwigExplicitLocalSearchFilter(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_Revert(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_RevertSwigExplicitLocalSearchFilter(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_synchronize(long, LocalSearchFilter, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager - Class in com.google.ortools.constraintsolver
Filter manager: when a move is made, filters are executed to decide whether
the solution is feasible and compute parts of the new cost.
LocalSearchFilterManager(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
LocalSearchFilterManager(LocalSearchFilter[]) - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
LocalSearchFilterManager(SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t) - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
LocalSearchFilterManager_accept(long, LocalSearchFilterManager, long, LocalSearchMonitor, long, Assignment, long, Assignment, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_change_ownership(LocalSearchFilterManager, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_director_connect(LocalSearchFilterManager, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_FilterEvent_event_type_get(long, LocalSearchFilterManager.FilterEvent) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_FilterEvent_event_type_set(long, LocalSearchFilterManager.FilterEvent, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_FilterEvent_filter_get(long, LocalSearchFilterManager.FilterEvent) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_FilterEvent_filter_set(long, LocalSearchFilterManager.FilterEvent, long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_GetAcceptedObjectiveValue(long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_GetSynchronizedObjectiveValue(long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_kAccept_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_kRelax_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_Revert(long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_synchronize(long, LocalSearchFilterManager, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_toString(long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_toStringSwigExplicitLocalSearchFilterManager(long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager.FilterEvent - Class in com.google.ortools.constraintsolver
 
LocalSearchMetaheuristic - Class in com.google.ortools.constraintsolver
Local search metaheuristics used to guide the search.
LocalSearchMetaheuristic.Builder - Class in com.google.ortools.constraintsolver
Local search metaheuristics used to guide the search.
LocalSearchMetaheuristic.Value - Enum in com.google.ortools.constraintsolver
Protobuf enum operations_research.LocalSearchMetaheuristic.Value
LocalSearchMetaheuristicOrBuilder - Interface in com.google.ortools.constraintsolver
 
LocalSearchMonitor - Class in com.google.ortools.constraintsolver
 
LocalSearchMonitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchMonitor
 
LocalSearchMonitor_beginAcceptNeighbor(long, LocalSearchMonitor, long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_beginFiltering(long, LocalSearchMonitor, long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_beginFilterNeighbor(long, LocalSearchMonitor, long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_beginMakeNextNeighbor(long, LocalSearchMonitor, long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_beginOperatorStart(long, LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_endAcceptNeighbor(long, LocalSearchMonitor, long, LocalSearchOperator, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_endFiltering(long, LocalSearchMonitor, long, LocalSearchFilter, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_endFilterNeighbor(long, LocalSearchMonitor, long, LocalSearchOperator, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_endMakeNextNeighbor(long, LocalSearchMonitor, long, LocalSearchOperator, boolean, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_endOperatorStart(long, LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_install(long, LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_toString(long, LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator - Class in com.google.ortools.constraintsolver
This class represent a reversible FIFO structure.
The main difference w.r.t a standard FIFO structure is that a Solver is
given as parameter to the modifiers such that the solver can store the
backtrack information
Iterator's traversing order should not be changed, as some algorithm
depend on it to be consistent.
It's main use is to store a list of demons in the various classes of
variables.
The base class for all local search operators.

A local search operator is an object that defines the neighborhood of a
solution.
LocalSearchOperator() - Constructor for class com.google.ortools.constraintsolver.LocalSearchOperator
 
LocalSearchOperator(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchOperator
 
LocalSearchOperator_change_ownership(LocalSearchOperator, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_director_connect(LocalSearchOperator, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_HasFragments(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_HasFragmentsSwigExplicitLocalSearchOperator(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_HoldsDelta(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_HoldsDeltaSwigExplicitLocalSearchOperator(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_nextNeighbor(long, LocalSearchOperator, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_reset(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_resetSwigExplicitLocalSearchOperator(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_start(long, LocalSearchOperator, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchPhaseParameters - Class in com.google.ortools.constraintsolver
 
LocalSearchPhaseParameters() - Constructor for class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
 
LocalSearchPhaseParameters(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
 
localSearchProfile() - Method in class com.google.ortools.constraintsolver.Solver
Returns local search profiling information in a human readable format.
LOCK_BASED - com.google.ortools.sat.SatParameters.FPRoundingMethod
Counts the number of linear constraints restricting the variable in the increasing values (up locks) and decreasing values (down locks).
LOCK_BASED_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
Counts the number of linear constraints restricting the variable in the increasing values (up locks) and decreasing values (down locks).
LOG_COST_OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOG_COST_SCALING_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOG_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOG_SEARCH_PROGRESS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LOG_TAG_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOGS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
LongTernaryOperator - Interface in com.google.ortools.constraintsolver
Represents an operation upon three long-valued operands and producing a long-valued result.
LongTernaryPredicate - Interface in com.google.ortools.constraintsolver
Represents a predicate (boolean-valued function) uppon three long-valued operands.
lookupConstraintOrNull(String) - Method in class com.google.ortools.linearsolver.MPSolver
Looks up a constraint by name, and returns nullptr if it does not exist.

The first call has a O(n) complexity, as the constraint name index is
lazily created upon first use.
lookupVariableOrNull(String) - Method in class com.google.ortools.linearsolver.MPSolver
Looks up a variable by name, and returns nullptr if it does not exist.
LOWER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
 
LOWER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
LOWER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
 
LP_ALGO_BARRIER - com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Barrier algorithm.
LP_ALGO_BARRIER_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Barrier algorithm.
LP_ALGO_DUAL - com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Dual simplex.
LP_ALGO_DUAL_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Dual simplex.
LP_ALGO_PRIMAL - com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Primal simplex.
LP_ALGO_PRIMAL_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Primal simplex.
LP_ALGO_UNSPECIFIED - com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
LP_ALGO_UNSPECIFIED = 0;
LP_ALGO_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
LP_ALGO_UNSPECIFIED = 0;
LP_ALGORITHM - com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
Algorithm to solve linear programs.
LP_ALGORITHM_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
LP_SEARCH - com.google.ortools.sat.SatParameters.SearchBranching
If used, the solver will use heuristics from the LP relaxation.
LP_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
If used, the solver will use heuristics from the LP relaxation.
LUBY_RESTART - com.google.ortools.sat.SatParameters.RestartAlgorithm
Just follow a Luby sequence times restart_period.
LUBY_RESTART_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Just follow a Luby sequence times restart_period.

M

main - Class in com.google.ortools.algorithms
 
main - Class in com.google.ortools.constraintsolver
 
main - Class in com.google.ortools.graph
 
main - Class in com.google.ortools.sat
 
main - Class in com.google.ortools.util
 
main() - Constructor for class com.google.ortools.algorithms.main
 
main() - Constructor for class com.google.ortools.constraintsolver.main
 
main() - Constructor for class com.google.ortools.graph.main
 
main() - Constructor for class com.google.ortools.sat.main
 
main() - Constructor for class com.google.ortools.util.main
 
main_research_linear_solver - Class in com.google.ortools.linearsolver
 
main_research_linear_solver() - Constructor for class com.google.ortools.linearsolver.main_research_linear_solver
 
main_research_linear_solverJNI - Class in com.google.ortools.linearsolver
 
main_research_linear_solverJNI() - Constructor for class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
mainConstants - Interface in com.google.ortools.constraintsolver
 
mainJNI - Class in com.google.ortools.algorithms
 
mainJNI - Class in com.google.ortools.constraintsolver
 
mainJNI - Class in com.google.ortools.graph
 
mainJNI - Class in com.google.ortools.sat
 
mainJNI - Class in com.google.ortools.util
 
mainJNI() - Constructor for class com.google.ortools.algorithms.mainJNI
 
mainJNI() - Constructor for class com.google.ortools.constraintsolver.mainJNI
 
mainJNI() - Constructor for class com.google.ortools.graph.mainJNI
 
mainJNI() - Constructor for class com.google.ortools.sat.mainJNI
 
mainJNI() - Constructor for class com.google.ortools.util.mainJNI
 
maintain() - Method in class com.google.ortools.constraintsolver.SearchLog
 
makeAbs(IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
|expr|
makeAbsEquality(IntVar, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
Creates the constraint abs(var) == abs_var.
MakeAcceptFilter() - Method in class com.google.ortools.constraintsolver.Solver
Local Search Filters
MAKEACTIVE - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which inserts an inactive node into a path.
Possible neighbors for the path 1 -> 2 -> 3 -> 4 with 5 inactive
(where 1 and 4 are first and last nodes of the path) are:
1 -> [5] -> 2 -> 3 -> 4
1 -> 2 -> [5] -> 3 -> 4
1 -> 2 -> 3 -> [5] -> 4
makeAllDifferent(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
All variables are pairwise different.
makeAllDifferent(IntVar[], boolean) - Method in class com.google.ortools.constraintsolver.Solver
All variables are pairwise different.
makeAllDifferentExcept(IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
All variables are pairwise different, unless they are assigned to
the escape value.
makeAllowedAssignment(IntVar[], IntTupleSet) - Method in class com.google.ortools.constraintsolver.Solver
This method creates a constraint where the graph of the relation
between the variables is given in extension.
makeAllSolutionCollector() - Method in class com.google.ortools.constraintsolver.Solver
Collect all solutions of the search.
makeAllSolutionCollector(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Collect all solutions of the search.
makeAssignment() - Method in class com.google.ortools.constraintsolver.Solver
This method creates an empty assignment.
makeAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
This method creates an assignment which is a copy of 'a'.
makeAssignVariablesValues(IntVar[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeAssignVariableValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
Decisions.
MakeAssignVariableValueOrDoNothing(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeAssignVariableValueOrFail(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeAtSolutionCallback(Runnable) - Method in class com.google.ortools.constraintsolver.Solver
 
makeBestValueSolutionCollector(boolean) - Method in class com.google.ortools.constraintsolver.Solver
Collect the solution corresponding to the optimal value of the
objective of 'assignment'; if 'assignment' does not have an objective no
solution is collected.
makeBestValueSolutionCollector(Assignment, boolean) - Method in class com.google.ortools.constraintsolver.Solver
Collect the solution corresponding to the optimal value of the objective
of 'assignment'; if 'assignment' does not have an objective no solution is
collected.
makeBetweenCt(IntExpr, long, long) - Method in class com.google.ortools.constraintsolver.Solver
(l <= expr <= u)
makeBoolVar() - Method in class com.google.ortools.constraintsolver.Solver
MakeBoolVar will create a variable with a {0, 1} domain.
makeBoolVar(String) - Method in class com.google.ortools.constraintsolver.Solver
MakeBoolVar will create a variable with a {0, 1} domain.
makeBoolVar(String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates a boolean variable.
makeBoolVarArray(int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeBoolVarArray(int) - Method in class com.google.ortools.linearsolver.MPSolver
 
makeBoolVarArray(int, String) - Method in class com.google.ortools.constraintsolver.Solver
 
makeBoolVarArray(int, String) - Method in class com.google.ortools.linearsolver.MPSolver
 
makeBranchesLimit(long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search limit that constrains the number of branches
explored in the search tree.
MAKECHAININACTIVE - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which makes a "chain" of path nodes inactive.
Possible neighbors for the path 1 -> 2 -> 3 -> 4 (where 1 and 4 are
first and last nodes of the path) are:
1 -> 3 -> 4 with 2 inactive
1 -> 2 -> 4 with 3 inactive
1 -> 4 with 2 and 3 inactive
makeCircuit(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Force the "nexts" variable to create a complete Hamiltonian path.
makeClone() - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
makeClone() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
makeClone() - Method in class com.google.ortools.constraintsolver.SearchLimit
Allocates a clone of the limit.
makeClosureDemon(Runnable) - Method in class com.google.ortools.constraintsolver.Solver
Creates a demon from a closure.
makeConditionalExpression(IntVar, IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
Conditional Expr condition ? expr : unperformed_value
makeConstantRestart(int) - Method in class com.google.ortools.constraintsolver.Solver
This search monitor will restart the search periodically after 'frequency'
failures.
makeConstraint() - Method in class com.google.ortools.linearsolver.MPSolver
Creates a constraint with -infinity and +infinity bounds.
makeConstraint(double, double) - Method in class com.google.ortools.linearsolver.MPSolver
Creates a linear constraint with given bounds.

Bounds can be finite or +/- MPSolver::infinity().
makeConstraint(double, double, String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates a named constraint with given bounds.
makeConstraint(String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates a named constraint with -infinity and +infinity bounds.
makeConstraintAdder(Constraint) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision builder that will add the given constraint to
the model.
makeConstraintInitialPropagateCallback(Constraint) - Method in class com.google.ortools.constraintsolver.Solver
This method is a specialized case of the MakeConstraintDemon
method to call the InitiatePropagate of the constraint 'ct'.
makeConvexPiecewiseExpr(IntExpr, long, long, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Convex piecewise function.
makeCount(IntVar[], long, long) - Method in class com.google.ortools.constraintsolver.Solver
|{i | vars[i] == value}| == max_count
makeCount(IntVar[], long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
|{i | vars[i] == value}| == max_count
makeCover(IntervalVar[], IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
This constraint states that the target_var is the convex hull of
the intervals.
makeCumulative(IntervalVar[], int[], long, String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint forces that, for any integer t, the sum of the demands
corresponding to an interval containing t does not exceed the given
capacity.

Intervals and demands should be vectors of equal size.

Demands should only contain non-negative values.
makeCumulative(IntervalVar[], int[], IntVar, String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint enforces that, for any integer t, the sum of the demands
corresponding to an interval containing t does not exceed the given
capacity.

Intervals and demands should be vectors of equal size.

Demands should only contain non-negative values.
makeCumulative(IntervalVar[], long[], long, String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint forces that, for any integer t, the sum of the demands
corresponding to an interval containing t does not exceed the given
capacity.

Intervals and demands should be vectors of equal size.

Demands should only contain non-negative values.
makeCumulative(IntervalVar[], long[], IntVar, String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint forces that, for any integer t, the sum of the demands
corresponding to an interval containing t does not exceed the given
capacity.

Intervals and demands should be vectors of equal size.

Demands should only contain non-negative values.
makeCumulative(IntervalVar[], IntVar[], long, String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint enforces that, for any integer t, the sum of demands
corresponding to an interval containing t does not exceed the given
capacity.

Intervals and demands should be vectors of equal size.

Demands should be positive.
makeCumulative(IntervalVar[], IntVar[], IntVar, String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint enforces that, for any integer t, the sum of demands
corresponding to an interval containing t does not exceed the given
capacity.

Intervals and demands should be vectors of equal size.

Demands should be positive.
makeCustomLimit(BooleanSupplier) - Method in class com.google.ortools.constraintsolver.Solver
Callback-based search limit.
makeDecision(Consumer<Solver>, Consumer<Solver>) - Method in class com.google.ortools.constraintsolver.Solver
 
makeDecisionBuilderFromAssignment(Assignment, DecisionBuilder, IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision builder for which the left-most leaf corresponds
to assignment, the rest of the tree being explored using 'db'.
makeDefaultPhase(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeDefaultPhase(IntVar[], DefaultPhaseParameters) - Method in class com.google.ortools.constraintsolver.Solver
 
makeDefaultRegularLimitParameters() - Method in class com.google.ortools.constraintsolver.Solver
Creates a regular limit proto containing default values.
makeDefaultSolutionPool() - Method in class com.google.ortools.constraintsolver.Solver
Solution Pool.
makeDelayedConstraintInitialPropagateCallback(Constraint) - Method in class com.google.ortools.constraintsolver.Solver
This method is a specialized case of the MakeConstraintDemon
method to call the InitiatePropagate of the constraint 'ct' with
low priority.
makeDelayedPathCumul(IntVar[], IntVar[], IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Delayed version of the same constraint: propagation on the nexts variables
is delayed until all constraints have propagated.
makeDeviation(IntVar[], IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
Deviation constraint:
sum_i |n * vars[i] - total_sum| <= deviation_var and
sum_i vars[i] == total_sum
n = #vars
makeDifference(long, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
value - expr
makeDifference(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left - right
makeDisjunctiveConstraint(IntervalVar[], String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint forces all interval vars into an non-overlapping
sequence.
makeDistribute(IntVar[], int[], int[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count with bounded cardinalities:
forall j in 0 ..
makeDistribute(IntVar[], int[], int[], int[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count with bounded cardinalities:
forall j in 0 ..
makeDistribute(IntVar[], int[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count: |{i | v[i] == values[j]}| == cards[j]
makeDistribute(IntVar[], long[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count with bounded cardinalities:
forall j in 0 ..
makeDistribute(IntVar[], long[], long[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count with bounded cardinalities:
forall j in 0 ..
makeDistribute(IntVar[], long[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count: |{i | v[i] == values[j]}| == cards[j]
makeDistribute(IntVar[], long, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count with bounded cardinalities:
forall j in 0 ..
makeDistribute(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count: |{i | v[i] == j}| == cards[j]
makeDiv(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr / value (integer division)
makeDiv(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
numerator / denominator (integer division).
makeDomainIterator(boolean) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
makeDomainIterator(boolean) - Method in class com.google.ortools.constraintsolver.IntVar
Creates a domain iterator.
makeElement(int[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
values[index]
makeElement(long[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
values[index]
makeElement(IntVar[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
vars[expr]
makeElement(LongBinaryOperator, IntVar, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
2D version of function-based element expression, values(expr1, expr2).
makeElement(LongUnaryOperator, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
Function-based element.
makeElementEquality(int[], IntVar, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeElementEquality(long[], IntVar, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeElementEquality(IntVar[], IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeElementEquality(IntVar[], IntVar, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeEnterSearchCallback(Runnable) - Method in class com.google.ortools.constraintsolver.Solver
----- Callback-based search monitors -----
makeEquality(IntervalVar, IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
This constraints states that the two interval variables are equal.
makeEquality(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
expr == value
makeEquality(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr == value
makeEquality(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left == right
makeExitSearchCallback(Runnable) - Method in class com.google.ortools.constraintsolver.Solver
 
makeFailDecision() - Method in class com.google.ortools.constraintsolver.Solver
 
makeFailuresLimit(long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search limit that constrains the number of failures
that can happen when exploring the search tree.
makeFalseConstraint() - Method in class com.google.ortools.constraintsolver.Solver
This constraint always fails.
makeFalseConstraint(String) - Method in class com.google.ortools.constraintsolver.Solver
 
makeFirstSolutionCollector() - Method in class com.google.ortools.constraintsolver.Solver
Collect the first solution of the search.
makeFirstSolutionCollector(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Collect the first solution of the search.
makeFixedDurationEndSyncedOnEndIntervalVar(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var with a fixed duration whose end is
synchronized with the end of another interval, with a given
offset.
makeFixedDurationEndSyncedOnStartIntervalVar(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var with a fixed duration whose end is
synchronized with the start of another interval, with a given
offset.
makeFixedDurationIntervalVar(long, long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var with a fixed duration.
makeFixedDurationIntervalVar(IntVar, long, IntVar, String) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var with a fixed duration, and performed_variable.
The duration must be greater than 0.
makeFixedDurationIntervalVar(IntVar, long, String) - Method in class com.google.ortools.constraintsolver.Solver
Creates a performed interval var with a fixed duration.
makeFixedDurationIntervalVarArray(int, long, long, long, boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
makeFixedDurationIntervalVarArray(int, long, long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.Solver
 
makeFixedDurationStartSyncedOnEndIntervalVar(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var with a fixed duration whose start is
synchronized with the end of another interval, with a given
offset.
makeFixedDurationStartSyncedOnStartIntervalVar(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var with a fixed duration whose start is
synchronized with the start of another interval, with a given
offset.
makeFixedInterval(long, long, String) - Method in class com.google.ortools.constraintsolver.Solver
Creates a fixed and performed interval.
makeGenericTabuSearch(boolean, IntVar, long, IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a Tabu Search based on the vars |vars|.
A solution is "tabu" if all the vars in |vars| keep their value.
makeGreater(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
expr > value
makeGreater(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr > value
makeGreater(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left > right
makeGreaterOrEqual(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
expr >= value
makeGreaterOrEqual(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr >= value
makeGreaterOrEqual(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left >= right
makeGuidedLocalSearch(boolean, IntVar, LongTernaryOperator, long, IntVar[], IntVar[], double) - Method in class com.google.ortools.constraintsolver.Solver
 
makeGuidedLocalSearch(boolean, IntVar, LongBinaryOperator, long, IntVar[], double) - Method in class com.google.ortools.constraintsolver.Solver
Creates a Guided Local Search monitor.
Description here: http://en.wikipedia.org/wiki/Guided_Local_Search
makeGuidedSlackFinalizer(RoutingDimension, LongUnaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
The next few members are in the public section only for testing purposes.

MakeGuidedSlackFinalizer creates a DecisionBuilder for the slacks of a
dimension using a callback to choose which values to start with.
The finalizer works only when all next variables in the model have
been fixed.
makeHoleIterator(boolean) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
makeHoleIterator(boolean) - Method in class com.google.ortools.constraintsolver.IntVar
Creates a hole iterator.
MakeIdenticalClone() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
makeIfThenElseCt(IntVar, IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
Special cases with arrays of size two.
MakeImprovementLimit(IntVar, boolean, double, double, double, int) - Method in class com.google.ortools.constraintsolver.Solver
Limits the search based on the improvements of 'objective_var'.
MAKEINACTIVE - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which makes path nodes inactive.
Possible neighbors for the path 1 -> 2 -> 3 -> 4 (where 1 and 4 are
first and last nodes of the path) are:
1 -> 3 -> 4 with 2 inactive
1 -> 2 -> 4 with 3 inactive
makeIndexExpression(IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
Returns the expression expr such that vars[expr] == value.
It assumes that vars are all different.
makeIndexOfConstraint(IntVar[], IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
This constraint is a special case of the element constraint with
an array of integer variables, where the variables are all
different and the index variable is constrained such that
vars[index] == target.
makeIndexOfFirstMaxValueConstraint(IntVar, IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that binds the index variable to the index of the
first variable with the maximum value.
makeIndexOfFirstMinValueConstraint(IntVar, IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that binds the index variable to the index of the
first variable with the minimum value.
makeIntConst(long) - Method in class com.google.ortools.constraintsolver.Solver
IntConst will create a constant expression.
makeIntConst(long, String) - Method in class com.google.ortools.constraintsolver.Solver
IntConst will create a constant expression.
makeIntervalRelaxedMax(IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
Creates and returns an interval variable that wraps around the given one,
relaxing the max start and end.
makeIntervalRelaxedMin(IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
Creates and returns an interval variable that wraps around the given one,
relaxing the min start and end.
makeIntervalVar(long, long, long, long, long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var by specifying the bounds on start,
duration, and end.
makeIntervalVarRelation(IntervalVar, int, long) - Method in class com.google.ortools.constraintsolver.Solver
This method creates a relation between an interval var and a
date.
makeIntervalVarRelation(IntervalVar, int, IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
This method creates a relation between two interval vars.
makeIntervalVarRelationWithDelay(IntervalVar, int, IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Solver
This method creates a relation between two interval vars.
The given delay is added to the second interval.
i.e.: t1 STARTS_AFTER_END of t2 with a delay of 2
means t1 will start at least two units of time after the end of t2.
makeIntVar(double, double, String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates an integer variable.
makeIntVar(int[]) - Method in class com.google.ortools.constraintsolver.Solver
MakeIntVar will create a variable with the given sparse domain.
makeIntVar(int[], String) - Method in class com.google.ortools.constraintsolver.Solver
MakeIntVar will create a variable with the given sparse domain.
makeIntVar(long[]) - Method in class com.google.ortools.constraintsolver.Solver
MakeIntVar will create a variable with the given sparse domain.
makeIntVar(long[], String) - Method in class com.google.ortools.constraintsolver.Solver
MakeIntVar will create a variable with the given sparse domain.
makeIntVar(long, long) - Method in class com.google.ortools.constraintsolver.Solver
MakeIntVar will create the best range based int var for the bounds given.
makeIntVar(long, long, String) - Method in class com.google.ortools.constraintsolver.Solver
MakeIntVar will create the best range based int var for the bounds given.
makeIntVarArray(int, double, double) - Method in class com.google.ortools.linearsolver.MPSolver
 
makeIntVarArray(int, double, double, String) - Method in class com.google.ortools.linearsolver.MPSolver
 
makeIntVarArray(int, long, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeIntVarArray(int, long, long, String) - Method in class com.google.ortools.constraintsolver.Solver
 
makeInversePermutationConstraint(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that enforces that 'left' and 'right' both
represent permutations of [0..left.size()-1], and that 'right' is
the inverse permutation of 'left', i.e.
makeIsBetweenCt(IntExpr, long, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (l <= expr <= u)
makeIsBetweenVar(IntExpr, long, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeIsDifferentCstCt(IntExpr, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
boolvar == (var != value)
makeIsDifferentCstCt(IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (v1 != v2)
makeIsDifferentCstVar(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
status var of (var != value)
makeIsDifferentCstVar(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
status var of (v1 != v2)
makeIsEqualCstCt(IntExpr, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
boolvar == (var == value)
makeIsEqualCstVar(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
status var of (var == value)
makeIsEqualVar(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
status var of (v1 == v2)
makeIsEqualVar(IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (v1 == v2)
makeIsGreaterCstCt(IntExpr, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (v > c)
makeIsGreaterCstVar(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
status var of (var > value)
makeIsGreaterCt(IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (left > right)
makeIsGreaterOrEqualCstCt(IntExpr, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
boolvar == (var >= value)
makeIsGreaterOrEqualCstVar(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
status var of (var >= value)
makeIsGreaterOrEqualCt(IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (left >= right)
makeIsGreaterOrEqualVar(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
status var of (left >= right)
makeIsGreaterVar(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
status var of (left > right)
makeIsLessCstCt(IntExpr, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (v < c)
makeIsLessCstVar(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
status var of (var < value)
makeIsLessCt(IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (left < right)
makeIsLessOrEqualCstCt(IntExpr, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
boolvar == (var <= value)
makeIsLessOrEqualCstVar(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
status var of (var <= value)
makeIsLessOrEqualCt(IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (left <= right)
makeIsLessOrEqualVar(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
status var of (left <= right)
makeIsLessVar(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
status var of (left < right)
makeIsMemberCt(IntExpr, int[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeIsMemberCt(IntExpr, long[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
boolvar == (expr in set)
makeIsMemberVar(IntExpr, int[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeIsMemberVar(IntExpr, long[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLastSolutionCollector() - Method in class com.google.ortools.constraintsolver.Solver
Collect the last solution of the search.
makeLastSolutionCollector(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Collect the last solution of the search.
makeLess(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
expr < value
makeLess(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr < value
makeLess(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left < right
makeLessOrEqual(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
expr <= value
makeLessOrEqual(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr <= value
makeLessOrEqual(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left <= right
makeLexicalLess(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that enforces that left is lexicographically less
than right.
makeLexicalLessOrEqual(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that enforces that left is lexicographically less
than or equal to right.
makeLimit(long, long, long, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLimit(long, long, long, long, boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLimit(long, long, long, long, boolean, boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLimit(RegularLimitParameters) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search limit from its protobuf description
makeLimit(SearchLimit, SearchLimit) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search limit that is reached when either of the underlying limit
is reached.
makeLimit(SWIGTYPE_p_absl__Duration, long, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Limits the search with the 'time', 'branches', 'failures' and
'solutions' limits.
makeLimit(SWIGTYPE_p_absl__Duration, long, long, long, boolean) - Method in class com.google.ortools.constraintsolver.Solver
Limits the search with the 'time', 'branches', 'failures' and
'solutions' limits.
makeLimit(SWIGTYPE_p_absl__Duration, long, long, long, boolean, boolean) - Method in class com.google.ortools.constraintsolver.Solver
Limits the search with the 'time', 'branches', 'failures' and
'solutions' limits.
makeLocalSearchPhase(Assignment, LocalSearchPhaseParameters) - Method in class com.google.ortools.constraintsolver.Solver
Local Search decision builders factories.
Local search is used to improve a given solution.
makeLocalSearchPhase(IntVar[], DecisionBuilder, DecisionBuilder, LocalSearchPhaseParameters) - Method in class com.google.ortools.constraintsolver.Solver
Variant with a sub_decison_builder specific to the first solution.
makeLocalSearchPhase(IntVar[], DecisionBuilder, LocalSearchPhaseParameters) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLocalSearchPhase(SequenceVar[], DecisionBuilder, LocalSearchPhaseParameters) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLocalSearchPhaseParameters(IntVar, LocalSearchOperator, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
Local Search Phase Parameters
makeLocalSearchPhaseParameters(IntVar, LocalSearchOperator, DecisionBuilder, RegularLimit) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLocalSearchPhaseParameters(IntVar, LocalSearchOperator, DecisionBuilder, RegularLimit, LocalSearchFilterManager) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLocalSearchPhaseParameters(IntVar, SolutionPool, LocalSearchOperator, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLocalSearchPhaseParameters(IntVar, SolutionPool, LocalSearchOperator, DecisionBuilder, RegularLimit) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLocalSearchPhaseParameters(IntVar, SolutionPool, LocalSearchOperator, DecisionBuilder, RegularLimit, LocalSearchFilterManager) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLubyRestart(int) - Method in class com.google.ortools.constraintsolver.Solver
This search monitor will restart the search periodically.
At the iteration n, it will restart after scale_factor * Luby(n) failures
where Luby is the Luby Strategy (i.e.
makeMapDomain(IntVar, IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
This constraint maps the domain of 'var' onto the array of
variables 'actives'.
makeMax(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
std::max(expr, value)
makeMax(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
std::max(expr, value)
makeMax(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
std::max(left, right)
makeMax(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
std::max(vars)
makeMaxEquality(IntVar[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeMaximize(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a maximization objective.
makeMemberCt(IntExpr, int[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeMemberCt(IntExpr, long[]) - Method in class com.google.ortools.constraintsolver.Solver
expr in set.
makeMin(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
std::min(expr, value)
makeMin(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
std::min(expr, value)
makeMin(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
std::min (left, right)
makeMin(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
std::min(vars)
makeMinEquality(IntVar[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeMinimize(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a minimization objective.
makeMirrorInterval(IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var that is the mirror image of the given one, that
is, the interval var obtained by reversing the axis.
makeModulo(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
General piecewise-linear function expression, built from f(x) where f is
piecewise-linear.
makeModulo(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
Modulo expression x % mod (with the python convention for modulo).
makeMonotonicElement(LongUnaryOperator, boolean, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
Function based element.
makeMoveTowardTargetOperator(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Creates a local search operator that tries to move the assignment of some
variables toward a target.
makeMoveTowardTargetOperator(IntVar[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a local search operator that tries to move the assignment of some
variables toward a target.
makeNBestValueSolutionCollector(int, boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNBestValueSolutionCollector(Assignment, int, boolean) - Method in class com.google.ortools.constraintsolver.Solver
Same as MakeBestValueSolutionCollector but collects the best
solution_count solutions.
makeNeighborhoodLimit(LocalSearchOperator, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a local search operator that wraps another local search
operator and limits the number of neighbors explored (i.e., calls
to MakeNextNeighbor from the current solution (between two calls
to Start()).
makeNestedOptimize(DecisionBuilder, Assignment, boolean, long) - Method in class com.google.ortools.constraintsolver.Solver
NestedOptimize will collapse a search tree described by a
decision builder 'db' and a set of monitors and wrap it into a
single point.
makeNestedOptimize(DecisionBuilder, Assignment, boolean, long, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNestedOptimize(DecisionBuilder, Assignment, boolean, long, SearchMonitor[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNestedOptimize(DecisionBuilder, Assignment, boolean, long, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNestedOptimize(DecisionBuilder, Assignment, boolean, long, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNestedOptimize(DecisionBuilder, Assignment, boolean, long, SearchMonitor, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNoCycle(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Prevent cycles.
makeNoCycle(IntVar[], IntVar[], LongPredicate) - Method in class com.google.ortools.constraintsolver.Solver
Prevent cycles.
makeNoCycle(IntVar[], IntVar[], LongPredicate, boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNonEquality(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
expr != value
makeNonEquality(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr != value
makeNonEquality(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left != right
makeNonOverlappingBoxesConstraint(IntVar[], IntVar[], int[], int[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNonOverlappingBoxesConstraint(IntVar[], IntVar[], long[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNonOverlappingBoxesConstraint(IntVar[], IntVar[], IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
This constraint states that all the boxes must not overlap.
The coordinates of box i are:
(x_vars[i], y_vars[i]),
(x_vars[i], y_vars[i] + y_size[i]),
(x_vars[i] + x_size[i], y_vars[i]),
(x_vars[i] + x_size[i], y_vars[i] + y_size[i]).
The sizes must be non-negative.
makeNonOverlappingNonStrictBoxesConstraint(IntVar[], IntVar[], int[], int[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNonOverlappingNonStrictBoxesConstraint(IntVar[], IntVar[], long[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNonOverlappingNonStrictBoxesConstraint(IntVar[], IntVar[], IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
This constraint states that all the boxes must not overlap.
The coordinates of box i are:
(x_vars[i], y_vars[i]),
(x_vars[i], y_vars[i] + y_size[i]),
(x_vars[i] + x_size[i], y_vars[i]),
(x_vars[i] + x_size[i], y_vars[i] + y_size[i]).
The sizes must be positive.
Boxes with a zero dimension can be placed anywhere.
makeNotBetweenCt(IntExpr, long, long) - Method in class com.google.ortools.constraintsolver.Solver
(expr < l || expr > u)
This constraint is lazy as it will not make holes in the domain of
variables.
makeNotMemberCt(IntExpr, int[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNotMemberCt(IntExpr, int[], int[]) - Method in class com.google.ortools.constraintsolver.Solver
expr should not be in the list of forbidden intervals [start[i]..end[i]].
makeNotMemberCt(IntExpr, long[]) - Method in class com.google.ortools.constraintsolver.Solver
expr not in set.
makeNotMemberCt(IntExpr, long[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
expr should not be in the list of forbidden intervals [start[i]..end[i]].
makeNullIntersect(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that states that all variables in the first
vector are different from all variables in the second
group.
makeNullIntersectExcept(IntVar[], IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that states that all variables in the first
vector are different from all variables from the second group,
unless they are assigned to the escape value.
makeNumVar(double, double, String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates a continuous variable.
makeNumVarArray(int, double, double) - Method in class com.google.ortools.linearsolver.MPSolver
 
makeNumVarArray(int, double, double, String) - Method in class com.google.ortools.linearsolver.MPSolver
 
makeOperator(IntVar[], int) - Method in class com.google.ortools.constraintsolver.Solver
Local Search Operators.
makeOperator(IntVar[], IntVar[], int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeOperator(IntVar[], IntVar[], LongTernaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeOperator(IntVar[], LongTernaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeOpposite(IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
-expr
makeOptimize(boolean, IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a objective with a given sense (true = maximization).
makePack(IntVar[], int) - Method in class com.google.ortools.constraintsolver.Solver
This constraint packs all variables onto 'number_of_bins'
variables.
makePathConnected(IntVar[], long[], long[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Constraint enforcing that status[i] is true iff there's a path defined on
next variables from sources[i] to sinks[i].
Check whether more propagation is needed.
makePathCumul(IntVar[], IntVar[], IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint which accumulates values along a path such that:
cumuls[next[i]] = cumuls[i] + transits[i].
Active variables indicate if the corresponding next variable is active;
this could be useful to model unperformed nodes in a routing problem.
makePathCumul(IntVar[], IntVar[], IntVar[], IntVar[], LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint which accumulates values along a path such that:
cumuls[next[i]] = cumuls[i] + transit_evaluator(i, next[i]) + slacks[i].
Active variables indicate if the corresponding next variable is active;
this could be useful to model unperformed nodes in a routing problem.
Ownership of transit_evaluator is taken and it must be a repeatable
callback.
makePathCumul(IntVar[], IntVar[], IntVar[], LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint which accumulates values along a path such that:
cumuls[next[i]] = cumuls[i] + transit_evaluator(i, next[i]).
Active variables indicate if the corresponding next variable is active;
this could be useful to model unperformed nodes in a routing problem.
Ownership of transit_evaluator is taken and it must be a repeatable
callback.
MakePathSpansAndTotalSlacks(RoutingDimension, IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.RoutingModel
For every vehicle of the routing model:
- if total_slacks[vehicle] is not nullptr, constrains it to be the sum of
slacks on that vehicle, that is,
dimension->CumulVar(end) - dimension->CumulVar(start) -
sum_{node in path of vehicle} dimension->FixedTransitVar(node).
- if spans[vehicle] is not nullptr, constrains it to be
dimension->CumulVar(end) - dimension->CumulVar(start)
This does stronger propagation than a decomposition, and takes breaks into
account.
makePhase(IntervalVar[], int) - Method in class com.google.ortools.constraintsolver.Solver
Scheduling phases.
makePhase(IntVar[], int, int) - Method in class com.google.ortools.constraintsolver.Solver
Phases on IntVar arrays.
for all other functions that have several homonyms in this .h).
makePhase(IntVar[], int, LongTernaryPredicate) - Method in class com.google.ortools.constraintsolver.Solver
var_val1_val2_comparator(var, val1, val2) is true iff assigning value
"val1" to variable "var" is better than assigning value "val2".
makePhase(IntVar[], int, LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar[], int, LongBinaryOperator, LongUnaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar[], LongBinaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision builder which assigns values to variables which
minimize the values returned by the evaluator.
makePhase(IntVar[], LongBinaryOperator, LongUnaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision builder which assigns values to variables
which minimize the values returned by the evaluator.
makePhase(IntVar[], LongUnaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar[], LongUnaryOperator, LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar[], LongUnaryOperator, LongBinaryOperator, LongUnaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar, int, int) - Method in class com.google.ortools.constraintsolver.Solver
Shortcuts for small arrays.
makePhase(IntVar, IntVar, int, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar, IntVar, IntVar, int, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar, IntVar, IntVar, IntVar, int, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(SequenceVar[], int) - Method in class com.google.ortools.constraintsolver.Solver
 
makePower(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr ^ n (n > 0)
makePrintModelVisitor() - Method in class com.google.ortools.constraintsolver.Solver
Prints the model.
makeProd(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr * value
makeProd(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left * right
makeRandomLnsOperator(IntVar[], int) - Method in class com.google.ortools.constraintsolver.Solver
Creates a large neighborhood search operator which creates fragments (set
of relaxed variables) with up to number_of_variables random variables
(sampling with replacement is performed meaning that at most
number_of_variables variables are selected).
makeRandomLnsOperator(IntVar[], int, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeRankFirstInterval(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision that tries to rank first the ith interval var
in the sequence variable.
makeRankLastInterval(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision that tries to rank last the ith interval var
in the sequence variable.
MakeRejectFilter() - Method in class com.google.ortools.constraintsolver.Solver
 
makeRestoreAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Returns a DecisionBuilder which restores an Assignment
(calls void Assignment::Restore())
makeScalProd(IntVar[], int[]) - Method in class com.google.ortools.constraintsolver.Solver
scalar product
makeScalProd(IntVar[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
scalar product
makeScalProdEquality(IntVar[], int[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdEquality(IntVar[], int[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdEquality(IntVar[], long[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdEquality(IntVar[], long[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdGreaterOrEqual(IntVar[], int[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdGreaterOrEqual(IntVar[], long[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdLessOrEqual(IntVar[], int[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdLessOrEqual(IntVar[], long[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScheduleOrExpedite(IntervalVar, long, int[]) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision that tries to schedule a task at a given time.
On the Apply branch, it will set that interval var as performed and set
its end to 'est'.
makeScheduleOrPostpone(IntervalVar, long, int[]) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision that tries to schedule a task at a given time.
On the Apply branch, it will set that interval var as performed and set
its start to 'est'.
makeSearchLog(int) - Method in class com.google.ortools.constraintsolver.Solver
The SearchMonitors below will display a periodic search log
on LOG(INFO) every branch_period branches explored.
makeSearchLog(int, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
At each solution, this monitor also display the var value.
makeSearchLog(int, IntVar, Supplier<String>) - Method in class com.google.ortools.constraintsolver.Solver
At each solution, this monitor will display the 'var' value and the
result of display_callback.
makeSearchLog(int, OptimizeVar) - Method in class com.google.ortools.constraintsolver.Solver
OptimizeVar Search Logs
At each solution, this monitor will also display the 'opt_var' value.
makeSearchLog(int, OptimizeVar, Supplier<String>) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search monitor that will also print the result of the
display callback.
makeSearchLog(int, Supplier<String>) - Method in class com.google.ortools.constraintsolver.Solver
At each solution, this monitor will also display result of
display_callback.
makeSearchTrace(String) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search monitor that will trace precisely the behavior of the
search.
makeSelfDependentDimensionFinalizer(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
MakeSelfDependentDimensionFinalizer is a finalizer for the slacks of a
self-dependent dimension.
makeSemiContinuousExpr(IntExpr, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Semi continuous Expression (x <= 0 -> f(x) = 0; x > 0 -> f(x) = ax + b)
a >= 0 and b >= 0
makeSequenceVar() - Method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
Creates a sequence variable from the constraint.
makeSetValuesFromTargets(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
makeSetValuesFromTargets(Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.main
A decision builder which tries to assign values to variables as close as
possible to target values first.
makeSimulatedAnnealing(boolean, IntVar, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a Simulated Annealing monitor.
makeSolutionsLimit(long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search limit that constrains the number of solutions found
during the search.
makeSolveOnce(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
SolveOnce will collapse a search tree described by a decision
builder 'db' and a set of monitors and wrap it into a single point.
If there are no solutions to this nested tree, then SolveOnce will
fail.
makeSolveOnce(DecisionBuilder, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSolveOnce(DecisionBuilder, SearchMonitor[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSolveOnce(DecisionBuilder, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSolveOnce(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSolveOnce(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSortingConstraint(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint binding the arrays of variables "vars" and
"sorted_vars": sorted_vars[0] must be equal to the minimum of all
variables in vars, and so on: the value of sorted_vars[i] must be
equal to the i-th value of variables invars.

This constraint propagates in both directions: from "vars" to
"sorted_vars" and vice-versa.

Behind the scenes, this constraint maintains that:
- sorted is always increasing.
- whatever the values of vars, there exists a permutation that
injects its values into the sorted variables.

For more info, please have a look at:
https://mpi-inf.mpg.de/~mehlhorn/ftp/Mehlhorn-Thiel.pdf
makeSplitVariableDomain(IntVar, long, boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSquare(IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
expr * expr
makeStatisticsModelVisitor() - Method in class com.google.ortools.constraintsolver.Solver
Displays some nice statistics on the model.
makeStoreAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Returns a DecisionBuilder which stores an Assignment
(calls void Assignment::Store())
makeStrictDisjunctiveConstraint(IntervalVar[], String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint forces all interval vars into an non-overlapping
sequence.
makeSubCircuit(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Force the "nexts" variable to create a complete Hamiltonian path
for those that do not loop upon themselves.
makeSum(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr + value.
makeSum(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left + right.
makeSum(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
sum of all vars.
makeSumEquality(IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSumEquality(IntVar[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSumGreaterOrEqual(IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSumLessOrEqual(IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
Variation on arrays.
makeSumObjectiveFilter(IntVar[], IntVar[], LongTernaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSumObjectiveFilter(IntVar[], LongBinaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSymmetryManager(SymmetryBreaker) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSymmetryManager(SymmetryBreaker[]) - Method in class com.google.ortools.constraintsolver.Solver
Symmetry Breaking.
makeSymmetryManager(SymmetryBreaker, SymmetryBreaker) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSymmetryManager(SymmetryBreaker, SymmetryBreaker, SymmetryBreaker) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSymmetryManager(SymmetryBreaker, SymmetryBreaker, SymmetryBreaker, SymmetryBreaker) - Method in class com.google.ortools.constraintsolver.Solver
 
makeTabuSearch(boolean, IntVar, long, IntVar[], long, long, double) - Method in class com.google.ortools.constraintsolver.Solver
MetaHeuristics which try to get the search out of local optima.
Creates a Tabu Search monitor.
In the context of local search the behavior is similar to MakeOptimize(),
creating an objective in a given sense.
makeTemporalDisjunction(IntervalVar, IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
This constraint implements a temporal disjunction between two
interval vars.
makeTemporalDisjunction(IntervalVar, IntervalVar, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
This constraint implements a temporal disjunction between two
interval vars t1 and t2.
makeTimeLimit(long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeTimeLimit(SWIGTYPE_p_absl__Duration) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search limit that constrains the running time.
makeTransitionConstraint(IntVar[], IntTupleSet, long, int[]) - Method in class com.google.ortools.constraintsolver.Solver
This constraint create a finite automaton that will check the
sequence of variables vars.
makeTransitionConstraint(IntVar[], IntTupleSet, long, long[]) - Method in class com.google.ortools.constraintsolver.Solver
This constraint create a finite automaton that will check the
sequence of variables vars.
makeTrueConstraint() - Method in class com.google.ortools.constraintsolver.Solver
This constraint always succeeds.
makeVar(double, double, boolean, String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates a variable with the given bounds, integrality requirement and
name.
makeVarArray(int, double, double, boolean) - Method in class com.google.ortools.linearsolver.MPSolver
Creates and returns an array of variables.
makeVarArray(int, double, double, boolean, String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates and returns an array of named variables.
makeVariableDomainFilter() - Method in class com.google.ortools.constraintsolver.Solver
 
makeVariableGreaterOrEqualValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeVariableLessOrEqualValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeWeightedMaximize(IntVar[], int[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a maximization weigthed objective.
makeWeightedMaximize(IntVar[], long[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a maximization weigthed objective.
makeWeightedMinimize(IntVar[], int[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a minimization weighted objective.
makeWeightedMinimize(IntVar[], long[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a minimization weighted objective.
makeWeightedOptimize(boolean, IntVar[], int[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a weighted objective with a given sense (true = maximization).
makeWeightedOptimize(boolean, IntVar[], long[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a weighted objective with a given sense (true = maximization).
max() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
max() - Method in class com.google.ortools.constraintsolver.IntExpr
 
max() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
max() - Method in class com.google.ortools.util.Domain
Returns the max value of the domain.
The domain must not be empty.
max(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
MAX_ALL_DIFF_CUT_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_CALLBACK_CACHE_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingModelParameters
 
MAX_CLAUSE_ACTIVITY_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_CONSECUTIVE_INACTIVE_COUNT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_CONSTRAINT - com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
 
MAX_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
MAX_CUT_ROUNDS_AT_LEVEL_ZERO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_DETERMINISTIC_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_EDGE_FINDER_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
MAX_INTEGER_ROUNDING_SCALING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ReservoirConstraintProto
 
MAX_MEMORY_IN_MB_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_NUM_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_NUMBER_OF_CONFLICTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_PRESOLVE_ITERATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_SAT_ASSUMPTION_ORDER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_SAT_REVERSE_ASSUMPTION_ORDER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_SAT_STRATIFICATION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_TIME_IN_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_VARIABLE_ACTIVITY_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MaxFlow - Class in com.google.ortools.graph
 
MaxFlow() - Constructor for class com.google.ortools.graph.MaxFlow
 
MaxFlow(long, boolean) - Constructor for class com.google.ortools.graph.MaxFlow
 
MaxFlow_addArcWithCapacity(long, MaxFlow, int, int, long) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getCapacity(long, MaxFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getFlow(long, MaxFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getHead(long, MaxFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getNumArcs(long, MaxFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getNumNodes(long, MaxFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getOptimalFlow(long, MaxFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getTail(long, MaxFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_setArcCapacity(long, MaxFlow, int, long) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_solve(long, MaxFlow, int, int) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow.Status - Enum in com.google.ortools.graph
 
maximization() - Method in class com.google.ortools.linearsolver.MPObjective
Is the optimization direction set to maximize?
MAXIMIZATION - Static variable in class com.google.ortools.constraintsolver.Solver
 
maximize(LinearExpr) - Method in class com.google.ortools.sat.CpModel
Adds a maximization objective of a linear expression.
MAXIMIZE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
maxVarArray(IntVar[]) - Static method in class com.google.ortools.constraintsolver.main
 
maxVarArray(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
mayBePerformed() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
memoryUsage() - Static method in class com.google.ortools.constraintsolver.Solver
Current memory usage in bytes
MERGE_AT_MOST_ONE_WORK_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MERGE_NO_OVERLAP_WORK_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
mergeAbsConstraint(MPAbsConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPAbsConstraint abs_constraint = 5;
mergeAllDiff(AllDifferentConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The all_diff constraint forces all variables to take different values.
mergeAndConstraint(MPArrayConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "and" constraints must be Boolean.
mergeAtMostOne(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The at_most_one constraint enforces that no more than one literal is true at the same time.
mergeAutomaton(AutomatonConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The automaton constraint forces a sequence of variables to be accepted by an automaton.
mergeBoolAnd(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_and constraint forces all of the literals to be true.
mergeBoolOr(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_or constraint forces at least one literal to be true.
mergeBoolXor(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_xor constraint forces an odd number of the literals to be true.
mergeCircuit(CircuitConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
mergeConstraint(MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
The constraint activated by the indicator variable.
mergeCumulative(CumulativeConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
mergeDualTolerance(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for dual feasibility.
mergeElement(ElementConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The element constraint forces the variable with the given index to be equal to the target.
mergeEndView(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto end_view = 5;
mergeExactlyOne(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The exactly_one constraint force exactly one literal to true and no more.
mergeFrom(ConstraintSolverParameters) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
mergeFrom(FirstSolutionStrategy) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
mergeFrom(LocalSearchMetaheuristic) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
mergeFrom(RegularLimitParameters) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
mergeFrom(RoutingModelParameters) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
mergeFrom(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
mergeFrom(RoutingSearchParameters.ImprovementSearchLimitParameters) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
mergeFrom(RoutingSearchParameters.LocalSearchNeighborhoodOperators) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
mergeFrom(MPAbsConstraint) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
mergeFrom(MPArrayConstraint) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
mergeFrom(MPArrayWithConstantConstraint) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
mergeFrom(MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
mergeFrom(MPGeneralConstraintProto) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
mergeFrom(MPIndicatorConstraint) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
mergeFrom(MPModelDeltaProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
mergeFrom(MPModelProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
mergeFrom(MPModelRequest) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
mergeFrom(MPQuadraticConstraint) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
mergeFrom(MPQuadraticObjective) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
mergeFrom(MPSolutionResponse) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
mergeFrom(MPSolverCommonParameters) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
mergeFrom(MPSosConstraint) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
mergeFrom(MPVariableProto) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
mergeFrom(OptionalDouble) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
mergeFrom(PartialVariableAssignment) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
mergeFrom(AllDifferentConstraintProto) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
mergeFrom(AutomatonConstraintProto) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
mergeFrom(BoolArgumentProto) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
mergeFrom(CircuitConstraintProto) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
mergeFrom(ConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
mergeFrom(CpModelProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
mergeFrom(CpObjectiveProto) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
mergeFrom(CpSolverResponse) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
mergeFrom(CumulativeConstraintProto) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
mergeFrom(DecisionStrategyProto) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
mergeFrom(DecisionStrategyProto.AffineTransformation) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
mergeFrom(DenseMatrixProto) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
mergeFrom(ElementConstraintProto) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
mergeFrom(IntegerArgumentProto) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
mergeFrom(IntegerVariableProto) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
mergeFrom(IntervalConstraintProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
mergeFrom(InverseConstraintProto) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
mergeFrom(LinearArgumentProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
mergeFrom(LinearConstraintProto) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
mergeFrom(LinearExpressionProto) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
mergeFrom(NoOverlap2DConstraintProto) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
mergeFrom(NoOverlapConstraintProto) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
mergeFrom(PartialVariableAssignment) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
mergeFrom(ReservoirConstraintProto) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
mergeFrom(RoutesConstraintProto) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
mergeFrom(SatParameters) - Method in class com.google.ortools.sat.SatParameters.Builder
 
mergeFrom(SparsePermutationProto) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
mergeFrom(SymmetryProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
mergeFrom(TableConstraintProto) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.SatParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.SatParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
mergeImprovementLimitParameters(RoutingSearchParameters.ImprovementSearchLimitParameters) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
The improvement search limit is added to the solver if the following parameters are set.
mergeIndicatorConstraint(MPIndicatorConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
mergeIntDiv(IntegerArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_div constraint forces the target to equal vars[0] / vars[1].
mergeInterval(IntervalConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The interval constraint takes a start, end, and size, and forces start + size == end.
mergeIntMax(IntegerArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_max constraint forces the target to equal the maximum of all variables.
mergeIntMin(IntegerArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_min constraint forces the target to equal the minimum of all variables.
mergeIntMod(IntegerArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_mod constraint forces the target to equal vars[0] % vars[1].
mergeIntProd(IntegerArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_prod constraint forces the target to equal the product of all variables.
mergeInverse(InverseConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
mergeLinear(LinearConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
mergeLinMax(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_max = 27;
mergeLinMin(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_min = 28;
mergeLnsTimeLimit(Duration) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the completion search for each local search neighbor.
mergeLocalSearchOperators(RoutingSearchParameters.LocalSearchNeighborhoodOperators) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
mergeMaxConstraint(MPArrayWithConstantConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = max(var_1, var_2, ..., constant)
mergeMinConstraint(MPArrayWithConstantConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = min(var_1, var_2, ..., constant)
mergeModel(MPModelProto) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
The model to be optimized by the server.
mergeModelDelta(MPModelDeltaProto) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage: model "delta".
mergeNoOverlap(NoOverlapConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
mergeNoOverlap2D(NoOverlap2DConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap_2d constraint prevents a set of boxes from overlapping.
mergeObjective(CpObjectiveProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
The objective to minimize.
mergeOrConstraint(MPArrayConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "or" constraints must be Boolean.
mergePrimalTolerance(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
mergeQuadraticConstraint(MPQuadraticConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
mergeQuadraticObjective(MPQuadraticObjective) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Optionally, a quadratic objective.
mergeRelativeMipGap(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
The solver stops if the relative MIP gap reaches this value or below.
mergeReservoir(ReservoirConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
mergeRoutes(RoutesConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The routes constraint implements the vehicle routing problem.
mergeSizeView(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto size_view = 6;
mergeSolutionHint(PartialVariableAssignment) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Solution hint.
mergeSolutionHint(PartialVariableAssignment) - Method in class com.google.ortools.sat.CpModelProto.Builder
Solution hint.
mergeSolverParameters(ConstraintSolverParameters) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Parameters to use in the underlying constraint solver.
mergeSosConstraint(MPSosConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPSosConstraint sos_constraint = 3;
mergeStartView(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
EXPERIMENTAL: This will become the new way to specify an interval.
mergeSymmetry(SymmetryProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
mergeTable(TableConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The table constraint enforces what values a tuple of variables may take.
mergeTarget(LinearExpressionProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
.operations_research.sat.LinearExpressionProto target = 1;
mergeTimeLimit(Duration) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the search.
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.SatParameters.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
min() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
min() - Method in class com.google.ortools.constraintsolver.IntExpr
 
min() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
min() - Method in class com.google.ortools.util.Domain
Returns the min value of the domain.
The domain must not be empty.
min(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
MIN_CONSTRAINT - com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
 
MIN_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
MIN_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ReservoirConstraintProto
 
MIN_ORTHOGONALITY_FOR_LP_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MinCostFlow - Class in com.google.ortools.graph
 
MinCostFlow() - Constructor for class com.google.ortools.graph.MinCostFlow
 
MinCostFlow(int) - Constructor for class com.google.ortools.graph.MinCostFlow
 
MinCostFlow(int, int) - Constructor for class com.google.ortools.graph.MinCostFlow
 
MinCostFlow(long, boolean) - Constructor for class com.google.ortools.graph.MinCostFlow
 
MinCostFlow_addArcWithCapacityAndUnitCost(long, MinCostFlow, int, int, long, long) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getCapacity(long, MinCostFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getFlow(long, MinCostFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getHead(long, MinCostFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getMaximumFlow(long, MinCostFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getNumArcs(long, MinCostFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getNumNodes(long, MinCostFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getOptimalCost(long, MinCostFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getSupply(long, MinCostFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getTail(long, MinCostFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getUnitCost(long, MinCostFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_setNodeSupply(long, MinCostFlow, int, long) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_solve(long, MinCostFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_solveMaxFlowWithMinCost(long, MinCostFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_SWIGUpcast(long) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlowBase - Class in com.google.ortools.graph
 
MinCostFlowBase() - Constructor for class com.google.ortools.graph.MinCostFlowBase
 
MinCostFlowBase(long, boolean) - Constructor for class com.google.ortools.graph.MinCostFlowBase
 
MinCostFlowBase.Status - Enum in com.google.ortools.graph
 
minimization() - Method in class com.google.ortools.linearsolver.MPObjective
Is the optimization direction set to minimize?
MINIMIZATION - Static variable in class com.google.ortools.constraintsolver.Solver
 
MINIMIZATION_ALGORITHM_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
minimize(LinearExpr) - Method in class com.google.ortools.sat.CpModel
Adds a minimization objective of a linear expression.
MINIMIZE_CORE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MINIMIZE_REDUCTION_DURING_PB_RESOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MINIMIZE_WITH_PROPAGATION_NUM_DECISIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MINIMIZE_WITH_PROPAGATION_RESTART_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
minVarArray(IntVar[]) - Static method in class com.google.ortools.constraintsolver.main
 
minVarArray(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
MIP_AUTOMATICALLY_SCALE_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_CHECK_PRECISION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_MAX_ACTIVITY_EXPONENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_MAX_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_VAR_SCALING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_WANTED_PRECISION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MismatchedArrayLengths(String, String, String) - Constructor for exception com.google.ortools.sat.CpModel.MismatchedArrayLengths
 
MIXED_INTEGER_SCHEDULING_SOLVER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
model() - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns the model on which the dimension was created.
model() - Method in class com.google.ortools.sat.CpModel
 
MODEL_DELTA_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
 
MODEL_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
 
MODEL_INVALID - com.google.ortools.sat.CpSolverStatus
The given CpModelProto didn't pass the validation step.
MODEL_INVALID_VALUE - Static variable in enum com.google.ortools.sat.CpSolverStatus
The given CpModelProto didn't pass the validation step.
model_name() - Method in class com.google.ortools.constraintsolver.Solver
Returns the name of the model.
ModelCache - Class in com.google.ortools.constraintsolver
Implements a complete cache for model elements: expressions and
constraints.
ModelCache(long, boolean) - Constructor for class com.google.ortools.constraintsolver.ModelCache
 
ModelCache_clear(long, ModelCache) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_ABS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_DIFFERENCE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_DIVIDE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_IS_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_IS_GREATER_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_IS_LESS_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_IS_NOT_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_PROD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_SUM_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_CONSTANT_CONDITIONAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_CONSTANT_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_CONSTRAINT_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_DIFFERENCE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_DIV_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_EQUALITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_GREATER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_GREATER_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_IS_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_IS_LESS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_IS_LESS_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_IS_NOT_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_LESS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_LESS_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_NON_EQUALITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_PROD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_SUM_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_OPPOSITE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_SQUARE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findExprConstantExpression(long, ModelCache, long, IntExpr, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findExprExprConstantExpression(long, ModelCache, long, IntExpr, long, IntExpr, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findExprExprConstraint(long, ModelCache, long, IntExpr, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findExprExpression(long, ModelCache, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findExprExprExpression(long, ModelCache, long, IntExpr, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarArrayConstantArrayExpression(long, ModelCache, IntVar[], long[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarArrayConstantExpression(long, ModelCache, IntVar[], long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarArrayExpression(long, ModelCache, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarConstantArrayExpression(long, ModelCache, long, IntVar, long[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarConstantConstantConstraint(long, ModelCache, long, IntVar, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarConstantConstantExpression(long, ModelCache, long, IntVar, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarConstantConstraint(long, ModelCache, long, IntVar, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVoidConstraint(long, ModelCache, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertExprConstantExpression(long, ModelCache, long, IntExpr, long, IntExpr, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertExprExprConstantExpression(long, ModelCache, long, IntExpr, long, IntExpr, long, IntExpr, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertExprExprConstraint(long, ModelCache, long, Constraint, long, IntExpr, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertExprExpression(long, ModelCache, long, IntExpr, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertExprExprExpression(long, ModelCache, long, IntExpr, long, IntExpr, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarArrayConstantArrayExpression(long, ModelCache, long, IntExpr, IntVar[], long[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarArrayConstantExpression(long, ModelCache, long, IntExpr, IntVar[], long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarArrayExpression(long, ModelCache, long, IntExpr, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarConstantArrayExpression(long, ModelCache, long, IntExpr, long, IntVar, long[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarConstantConstantConstraint(long, ModelCache, long, Constraint, long, IntVar, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarConstantConstantExpression(long, ModelCache, long, IntExpr, long, IntVar, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarConstantConstraint(long, ModelCache, long, Constraint, long, IntVar, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVoidConstraint(long, ModelCache, long, Constraint, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_solver(long, ModelCache) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_CONSTANT_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_CONSTANT_INDEX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_SUM_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_ARRAY_ELEMENT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_ARRAY_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_CONSTANT_BETWEEN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_CONSTANT_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_CONSTRAINT_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_EQUALITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_GREATER_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_LESS_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_NON_EQUALITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VOID_CONSTRAINT_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VOID_FALSE_CONSTRAINT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VOID_TRUE_CONSTRAINT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
modelStats() - Method in class com.google.ortools.sat.CpModel
Returns some statistics on model as a string.
modelStats(CpModelProto) - Static method in class com.google.ortools.sat.SatHelper
 
ModelVisitor - Class in com.google.ortools.constraintsolver
Model visitor.
ModelVisitor() - Constructor for class com.google.ortools.constraintsolver.ModelVisitor
 
ModelVisitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.ModelVisitor
 
ModelVisitor_beginVisitConstraint(long, ModelVisitor, String, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_beginVisitExtension(long, ModelVisitor, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_beginVisitIntegerExpression(long, ModelVisitor, String, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_beginVisitModel(long, ModelVisitor, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_endVisitConstraint(long, ModelVisitor, String, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_endVisitExtension(long, ModelVisitor, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_endVisitIntegerExpression(long, ModelVisitor, String, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_endVisitModel(long, ModelVisitor, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kAbs_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kAbsEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kActiveArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kAllDifferent_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kAllowedAssignments_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kAssumePathsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kAtMost_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kBetween_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kBranchesLimitArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCapacityArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCardsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCircuit_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCoefficientsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kConditionalExpr_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kConvexPiecewise_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCountArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCountAssignedItemsExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCountEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCountUsedBinsExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCover_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCumulative_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCumulativeArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCumulsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDelayedPathCumul_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDemandsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDeviation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDifference_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDifferenceOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDisjunctive_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDistribute_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDivide_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDurationExpr_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDurationMaxArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDurationMinArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEarlyCostArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEarlyDateArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kElement_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kElementEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEndExpr_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEndMaxArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEndMinArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEndsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEquality_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEvaluatorArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kExpressionArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kFailuresLimitArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kFalseConstraint_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kFinalStatesArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kFixedChargeArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kGlobalCardinality_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kGreater_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kGreaterOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIndex2Argument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIndexArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIndexOf_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kInitialState_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kInt64ToBoolExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kInt64ToInt64Extension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntegerVariable_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntervalArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntervalBinaryRelation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntervalDisjunction_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntervalsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntervalUnaryRelation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntervalVariable_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kInversePermutation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsBetween_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsDifferent_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsGreater_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsGreaterOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsLess_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsLessOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsMember_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLateCostArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLateDateArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLeftArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLess_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLessOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLexLess_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLinkExprVar_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMapDomain_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMax_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMaxArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMaxEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMaximizeArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMember_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMin_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMinArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMinEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMirrorOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kModulo_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kModuloArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kNextsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kNoCycle_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kNonEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kNotBetween_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kNotMember_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kNullIntersect_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kObjectiveExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kOpposite_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kOptionalArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPack_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPartialArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPathCumul_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPerformedExpr_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPositionXArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPositionYArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPower_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kProduct_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kProductOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kRangeArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kRelationArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kRelaxedMaxOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kRelaxedMinOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kRightArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kScalProd_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kScalProdEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kScalProdGreaterOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kScalProdLessOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSearchLimitExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSemiContinuous_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSequenceArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSequencesArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSequenceVariable_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSizeArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSizeXArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSizeYArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSmartTimeCheckArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSolutionLimitArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSortingConstraint_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSquare_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStartExpr_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStartMaxArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStartMinArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStartsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStartSyncOnEndOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStartSyncOnStartOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStepArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSum_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSumEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSumGreaterOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSumLessOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSumOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTargetArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTimeLimitArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTrace_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTraceOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTransition_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTransitsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTrueConstraint_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTuplesArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kUsageEqualVariableExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kUsageLessConstantExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kValueArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kValuesArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kVarBoundWatcher_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kVariableArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kVariableGroupExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kVariableUsageLessConstantExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kVarsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kVarValueWatcher_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kWeightedSumOfAssignedEqualVariableExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerArgument(long, ModelVisitor, String, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerArrayArgument(long, ModelVisitor, String, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerExpressionArgument(long, ModelVisitor, String, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerMatrixArgument(long, ModelVisitor, String, long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerVariable__SWIG_0(long, ModelVisitor, long, IntVar, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerVariable__SWIG_1(long, ModelVisitor, long, IntVar, String, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerVariableArrayArgument(long, ModelVisitor, String, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntervalArgument(long, ModelVisitor, String, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntervalArrayArgument(long, ModelVisitor, String, IntervalVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntervalVariable(long, ModelVisitor, long, IntervalVar, String, long, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitSequenceArgument(long, ModelVisitor, String, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitSequenceArrayArgument(long, ModelVisitor, String, SequenceVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitSequenceVariable(long, ModelVisitor, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
modifyValue(long, long) - Method in class com.google.ortools.constraintsolver.ChangeValue
 
MPAbsConstraint - Class in com.google.ortools.linearsolver
Sets a variable's value to the absolute value of another variable.
MPAbsConstraint.Builder - Class in com.google.ortools.linearsolver
Sets a variable's value to the absolute value of another variable.
MPAbsConstraintOrBuilder - Interface in com.google.ortools.linearsolver
 
MPArrayConstraint - Class in com.google.ortools.linearsolver
Sets a variable's value equal to a function on a set of variables.
MPArrayConstraint.Builder - Class in com.google.ortools.linearsolver
Sets a variable's value equal to a function on a set of variables.
MPArrayConstraintOrBuilder - Interface in com.google.ortools.linearsolver
 
MPArrayWithConstantConstraint - Class in com.google.ortools.linearsolver
Sets a variable's value equal to a function on a set of variables and, optionally, a constant.
MPArrayWithConstantConstraint.Builder - Class in com.google.ortools.linearsolver
Sets a variable's value equal to a function on a set of variables and, optionally, a constant.
MPArrayWithConstantConstraintOrBuilder - Interface in com.google.ortools.linearsolver
 
MPConstraint - Class in com.google.ortools.linearsolver
The class for constraints of a Mathematical Programming (MP) model.

A constraint is represented as a linear equation or inequality.
MPConstraint(long, boolean) - Constructor for class com.google.ortools.linearsolver.MPConstraint
 
MPConstraint_basisStatus(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraint_dualValue(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraint_getCoefficient(long, MPConstraint, long, MPVariable) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraint_index(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraint_isLazy(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraint_lb(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraint_name(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraint_setBounds(long, MPConstraint, double, double) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraint_setCoefficient(long, MPConstraint, long, MPVariable, double) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraint_setIsLazy(long, MPConstraint, boolean) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraint_setLb(long, MPConstraint, double) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraint_setUb(long, MPConstraint, double) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraint_ub(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPConstraintProto - Class in com.google.ortools.linearsolver
A linear constraint is always of the form: lower_bound <= sum of linear term elements <= upper_bound, where lower_bound and upper_bound: - Can form a singleton: lower_bound == upper_bound.
MPConstraintProto.Builder - Class in com.google.ortools.linearsolver
A linear constraint is always of the form: lower_bound <= sum of linear term elements <= upper_bound, where lower_bound and upper_bound: - Can form a singleton: lower_bound == upper_bound.
MPConstraintProtoOrBuilder - Interface in com.google.ortools.linearsolver
 
MPGeneralConstraintProto - Class in com.google.ortools.linearsolver
General constraints.
MPGeneralConstraintProto.Builder - Class in com.google.ortools.linearsolver
General constraints.
MPGeneralConstraintProto.GeneralConstraintCase - Enum in com.google.ortools.linearsolver
 
MPGeneralConstraintProtoOrBuilder - Interface in com.google.ortools.linearsolver
 
MPIndicatorConstraint - Class in com.google.ortools.linearsolver
Indicator constraints encode the activation or deactivation of linear constraints given the value of one Boolean variable in the model.
MPIndicatorConstraint.Builder - Class in com.google.ortools.linearsolver
Indicator constraints encode the activation or deactivation of linear constraints given the value of one Boolean variable in the model.
MPIndicatorConstraintOrBuilder - Interface in com.google.ortools.linearsolver
 
MPModelDeltaProto - Class in com.google.ortools.linearsolver
Encodes a full MPModelProto by way of referencing to a "baseline" MPModelProto stored in a file, and a "delta" to apply to this model.
MPModelDeltaProto.Builder - Class in com.google.ortools.linearsolver
Encodes a full MPModelProto by way of referencing to a "baseline" MPModelProto stored in a file, and a "delta" to apply to this model.
MPModelDeltaProtoOrBuilder - Interface in com.google.ortools.linearsolver
 
MPModelExportOptions - Class in com.google.ortools.linearsolver
Export options.
MPModelExportOptions() - Constructor for class com.google.ortools.linearsolver.MPModelExportOptions
 
MPModelExportOptions(long, boolean) - Constructor for class com.google.ortools.linearsolver.MPModelExportOptions
 
MPModelExportOptions_LogInvalidNames_get(long, MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPModelExportOptions_LogInvalidNames_set(long, MPModelExportOptions, boolean) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPModelExportOptions_MaxLineLength_get(long, MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPModelExportOptions_MaxLineLength_set(long, MPModelExportOptions, int) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPModelExportOptions_Obfuscate_get(long, MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPModelExportOptions_Obfuscate_set(long, MPModelExportOptions, boolean) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPModelExportOptions_ShowUnusedVariables_get(long, MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPModelExportOptions_ShowUnusedVariables_set(long, MPModelExportOptions, boolean) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPModelProto - Class in com.google.ortools.linearsolver
MPModelProto contains all the information for a Linear Programming model.
MPModelProto.Builder - Class in com.google.ortools.linearsolver
MPModelProto contains all the information for a Linear Programming model.
MPModelProtoOrBuilder - Interface in com.google.ortools.linearsolver
 
MPModelRequest - Class in com.google.ortools.linearsolver
Next id: 11.
MPModelRequest.Builder - Class in com.google.ortools.linearsolver
Next id: 11.
MPModelRequest.SolverType - Enum in com.google.ortools.linearsolver
The solver type, which will select a specific implementation, and will also impact the interpretation of the model (i.e.
MPModelRequestOrBuilder - Interface in com.google.ortools.linearsolver
 
MPObjective - Class in com.google.ortools.linearsolver
A class to express a linear objective.
MPObjective(long, boolean) - Constructor for class com.google.ortools.linearsolver.MPObjective
 
MPObjective_bestBound(long, MPObjective) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPObjective_clear(long, MPObjective) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPObjective_getCoefficient(long, MPObjective, long, MPVariable) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPObjective_maximization(long, MPObjective) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPObjective_minimization(long, MPObjective) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPObjective_offset(long, MPObjective) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPObjective_setCoefficient(long, MPObjective, long, MPVariable, double) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPObjective_setMaximization(long, MPObjective) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPObjective_setMinimization(long, MPObjective) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPObjective_setOffset(long, MPObjective, double) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPObjective_setOptimizationDirection(long, MPObjective, boolean) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPObjective_value(long, MPObjective) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPQuadraticConstraint - Class in com.google.ortools.linearsolver
Quadratic constraints of the form lb <= sum a_i x_i + sum b_ij x_i x_j <= ub, where a, b, lb and ub are constants, and x are the model's variables.
MPQuadraticConstraint.Builder - Class in com.google.ortools.linearsolver
Quadratic constraints of the form lb <= sum a_i x_i + sum b_ij x_i x_j <= ub, where a, b, lb and ub are constants, and x are the model's variables.
MPQuadraticConstraintOrBuilder - Interface in com.google.ortools.linearsolver
 
MPQuadraticObjective - Class in com.google.ortools.linearsolver
Quadratic part of a model's objective.
MPQuadraticObjective.Builder - Class in com.google.ortools.linearsolver
Quadratic part of a model's objective.
MPQuadraticObjectiveOrBuilder - Interface in com.google.ortools.linearsolver
 
MPSolutionResponse - Class in com.google.ortools.linearsolver
Protobuf type operations_research.MPSolutionResponse
MPSolutionResponse.Builder - Class in com.google.ortools.linearsolver
Protobuf type operations_research.MPSolutionResponse
MPSolutionResponseOrBuilder - Interface in com.google.ortools.linearsolver
 
MPSolver - Class in com.google.ortools.linearsolver
This mathematical programming (MP) solver class is the main class
though which users build and solve problems.
MPSolver(long, boolean) - Constructor for class com.google.ortools.linearsolver.MPSolver
 
MPSolver(String, MPSolver.OptimizationProblemType) - Constructor for class com.google.ortools.linearsolver.MPSolver
Create a solver with the given name and underlying solver backend.
MPSOLVER_ABNORMAL - com.google.ortools.linearsolver.MPSolverResponseStatus
An error (most probably numerical) occurred.
MPSOLVER_ABNORMAL_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
An error (most probably numerical) occurred.
MPSolver_BOP_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_CBC_MIXED_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_clear(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_CLP_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_computeConstraintActivities(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_computeExactConditionNumber(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_constraints(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_CPLEX_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_CPLEX_MIXED_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_createSolutionResponseProto(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_createSolver(String) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_enableOutput(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_exportModelAsLpFormat__SWIG_0(long, MPSolver, long, MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_exportModelAsLpFormat__SWIG_1(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_exportModelAsMpsFormat__SWIG_0(long, MPSolver, long, MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_exportModelAsMpsFormat__SWIG_1(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_exportModelToProto(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSOLVER_FEASIBLE - com.google.ortools.linearsolver.MPSolverResponseStatus
The solver had enough time to find some solution that satisfies all constraints, but it did not prove optimality (which means it may or may not have reached the optimal).
MPSOLVER_FEASIBLE_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
The solver had enough time to find some solution that satisfies all constraints, but it did not prove optimality (which means it may or may not have reached the optimal).
MPSolver_FREE_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_GLOP_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_GLPK_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_GLPK_MIXED_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_GUROBI_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_GUROBI_MIXED_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSOLVER_INFEASIBLE - com.google.ortools.linearsolver.MPSolverResponseStatus
The model does not have any solution, according to the solver (which "proved" it, with the caveat that numerical proofs aren't actual proofs), or based on trivial considerations (eg.
MPSOLVER_INFEASIBLE_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
The model does not have any solution, according to the solver (which "proved" it, with the caveat that numerical proofs aren't actual proofs), or based on trivial considerations (eg.
MPSolver_infinity() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_interruptSolve(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_isMip(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_iterations(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_loadModelFromProto(long, MPSolver, byte[]) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_loadModelFromProtoWithUniqueNamesOrDie(long, MPSolver, byte[]) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_loadSolutionFromProto(long, MPSolver, byte[]) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_lookupConstraintOrNull(long, MPSolver, String) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_lookupVariableOrNull(long, MPSolver, String) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_makeBoolVar(long, MPSolver, String) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_makeConstraint__SWIG_0(long, MPSolver, double, double) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_makeConstraint__SWIG_1(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_makeConstraint__SWIG_2(long, MPSolver, double, double, String) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_makeConstraint__SWIG_3(long, MPSolver, String) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_makeIntVar(long, MPSolver, double, double, String) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_makeNumVar(long, MPSolver, double, double, String) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_makeVar(long, MPSolver, double, double, boolean, String) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSOLVER_MODEL_INVALID - com.google.ortools.linearsolver.MPSolverResponseStatus
Model errors.
MPSOLVER_MODEL_INVALID_SOLUTION_HINT - com.google.ortools.linearsolver.MPSolverResponseStatus
Something is wrong with the fields "solution_hint_var_index" and/or "solution_hint_var_value".
MPSOLVER_MODEL_INVALID_SOLUTION_HINT_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Something is wrong with the fields "solution_hint_var_index" and/or "solution_hint_var_value".
MPSOLVER_MODEL_INVALID_SOLVER_PARAMETERS - com.google.ortools.linearsolver.MPSolverResponseStatus
Something is wrong with the solver_specific_parameters request field.
MPSOLVER_MODEL_INVALID_SOLVER_PARAMETERS_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Something is wrong with the solver_specific_parameters request field.
MPSOLVER_MODEL_INVALID_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Model errors.
MPSOLVER_MODEL_IS_VALID - com.google.ortools.linearsolver.MPSolverResponseStatus
Like "NOT_SOLVED", but typically used by model validation functions returning a "model status", to enhance readability of the client code.
MPSOLVER_MODEL_IS_VALID_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Like "NOT_SOLVED", but typically used by model validation functions returning a "model status", to enhance readability of the client code.
MPSolver_nodes(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSOLVER_NOT_SOLVED - com.google.ortools.linearsolver.MPSolverResponseStatus
The solver did not have a chance to diagnose the model in one of the categories above.
MPSolver_NOT_SOLVED_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSOLVER_NOT_SOLVED_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
The solver did not have a chance to diagnose the model in one of the categories above.
MPSolver_numConstraints(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_numVariables(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_objective(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSOLVER_OPTIMAL - com.google.ortools.linearsolver.MPSolverResponseStatus
The solver found the proven optimal solution.
MPSOLVER_OPTIMAL_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
The solver found the proven optimal solution.
MPSolver_reset(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_SAT_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_SCIP_MIXED_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_setGurobiLibraryPath(String) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_setHint(long, MPSolver, MPVariable[], double[]) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_setNumThreads(long, MPSolver, int) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_setSolverSpecificParametersAsString(long, MPSolver, String) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_setTimeLimit(long, MPSolver, long) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_solve__SWIG_0(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_solve__SWIG_1(long, MPSolver, long, MPSolverParameters) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSOLVER_SOLVER_TYPE_UNAVAILABLE - com.google.ortools.linearsolver.MPSolverResponseStatus
Implementation error: the requested solver implementation is not available (see MPModelRequest.solver_type).
MPSOLVER_SOLVER_TYPE_UNAVAILABLE_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Implementation error: the requested solver implementation is not available (see MPModelRequest.solver_type).
MPSolver_solveWithProto(byte[]) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_supportsProblemType(int) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_suppressOutput(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSOLVER_UNBOUNDED - com.google.ortools.linearsolver.MPSolverResponseStatus
There exist solutions that make the magnitude of the objective value as large as wanted (i.e.
MPSOLVER_UNBOUNDED_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
There exist solutions that make the magnitude of the objective value as large as wanted (i.e.
MPSOLVER_UNKNOWN_STATUS - com.google.ortools.linearsolver.MPSolverResponseStatus
Special value: the solver status could not be properly translated and is unknown.
MPSOLVER_UNKNOWN_STATUS_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Special value: the solver status could not be properly translated and is unknown.
MPSolver_variables(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_verifySolution(long, MPSolver, double, boolean) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_wallTime(long, MPSolver) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_XPRESS_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver_XPRESS_MIXED_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolver.BasisStatus - Enum in com.google.ortools.linearsolver
Advanced usage: possible basis status values for a variable and the slack
variable of a linear constraint.
MPSolver.OptimizationProblemType - Enum in com.google.ortools.linearsolver
The type of problems (LP or MIP) that will be solved and the underlying
solver (GLOP, GLPK, CLP, CBC or SCIP) that will solve them.
MPSolver.ResultStatus - Enum in com.google.ortools.linearsolver
The status of solving the problem.
MPSolverCommonParameters - Class in com.google.ortools.linearsolver
MPSolverCommonParameters holds advanced usage parameters that apply to any of the solvers we support.
MPSolverCommonParameters.Builder - Class in com.google.ortools.linearsolver
MPSolverCommonParameters holds advanced usage parameters that apply to any of the solvers we support.
MPSolverCommonParameters.LPAlgorithmValues - Enum in com.google.ortools.linearsolver
Protobuf enum operations_research.MPSolverCommonParameters.LPAlgorithmValues
MPSolverCommonParametersOrBuilder - Interface in com.google.ortools.linearsolver
 
MPSolverParameters - Class in com.google.ortools.linearsolver
This class stores parameter settings for LP and MIP solvers.
MPSolverParameters() - Constructor for class com.google.ortools.linearsolver.MPSolverParameters
The constructor sets all parameters to their default value.
MPSolverParameters(long, boolean) - Constructor for class com.google.ortools.linearsolver.MPSolverParameters
 
MPSolverParameters_BARRIER_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_DUAL_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_DUAL_TOLERANCE_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_getDoubleParam(long, MPSolverParameters, int) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_getIntegerParam(long, MPSolverParameters, int) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_INCREMENTALITY_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_INCREMENTALITY_OFF_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_INCREMENTALITY_ON_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_kDefaultDualTolerance_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_kDefaultIncrementality_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_kDefaultPresolve_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_kDefaultPrimalTolerance_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_kDefaultRelativeMipGap_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_LP_ALGORITHM_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_PRESOLVE_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_PRESOLVE_OFF_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_PRESOLVE_ON_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_PRIMAL_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_PRIMAL_TOLERANCE_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_RELATIVE_MIP_GAP_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_SCALING_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_SCALING_OFF_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_SCALING_ON_get() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_setDoubleParam(long, MPSolverParameters, int, double) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters_setIntegerParam(long, MPSolverParameters, int, int) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPSolverParameters.DoubleParam - Enum in com.google.ortools.linearsolver
Enumeration of parameters that take continuous values.
MPSolverParameters.IncrementalityValues - Enum in com.google.ortools.linearsolver
Advanced usage: Incrementality options.
MPSolverParameters.IntegerParam - Enum in com.google.ortools.linearsolver
Enumeration of parameters that take integer or categorical values.
MPSolverParameters.LpAlgorithmValues - Enum in com.google.ortools.linearsolver
LP algorithm to use.
MPSolverParameters.PresolveValues - Enum in com.google.ortools.linearsolver
For each categorical parameter, enumeration of possible values.
MPSolverParameters.ScalingValues - Enum in com.google.ortools.linearsolver
Advanced usage: Scaling options.
MPSolverResponseStatus - Enum in com.google.ortools.linearsolver
Status returned by the solver.
MPSosConstraint - Class in com.google.ortools.linearsolver
Special Ordered Set (SOS) constraints of type 1 or 2.
MPSosConstraint.Builder - Class in com.google.ortools.linearsolver
Special Ordered Set (SOS) constraints of type 1 or 2.
MPSosConstraint.Type - Enum in com.google.ortools.linearsolver
Protobuf enum operations_research.MPSosConstraint.Type
MPSosConstraintOrBuilder - Interface in com.google.ortools.linearsolver
 
MPVariable - Class in com.google.ortools.linearsolver
The class for variables of a Mathematical Programming (MP) model.
MPVariable(long, boolean) - Constructor for class com.google.ortools.linearsolver.MPVariable
 
MPVariable_basisStatus(long, MPVariable) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPVariable_index(long, MPVariable) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPVariable_lb(long, MPVariable) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPVariable_name(long, MPVariable) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPVariable_reducedCost(long, MPVariable) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPVariable_setBounds(long, MPVariable, double, double) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPVariable_setInteger(long, MPVariable, boolean) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPVariable_setLb(long, MPVariable, double) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPVariable_setUb(long, MPVariable, double) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPVariable_solutionValue(long, MPVariable) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPVariable_ub(long, MPVariable) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
MPVariableProto - Class in com.google.ortools.linearsolver
A variable is always constrained in the form: lower_bound <= x <= upper_bound where lower_bound and upper_bound: - Can form a singleton: x = constant = lower_bound = upper_bound.
MPVariableProto.Builder - Class in com.google.ortools.linearsolver
A variable is always constrained in the form: lower_bound <= x <= upper_bound where lower_bound and upper_bound: - Can form a singleton: x = constant = lower_bound = upper_bound.
MPVariableProtoOrBuilder - Interface in com.google.ortools.linearsolver
 
MULTI_ARMED_BANDIT_COMPOUND_OPERATOR_EXPLORATION_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
MULTI_ARMED_BANDIT_COMPOUND_OPERATOR_MEMORY_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
MultiArmedBanditConcatenateOperators(LocalSearchOperator[], double, double, boolean) - Method in class com.google.ortools.constraintsolver.Solver
Creates a local search operator which concatenates a vector of operators.
Uses Multi-Armed Bandit approach for choosing the next operator to use.
Sorts operators based on Upper Confidence Bound Algorithm which evaluates
each operator as sum of average improvement and exploration function.

Updates the order of operators when accepts a neighbor with objective
improvement.
mustBePerformed() - Method in class com.google.ortools.constraintsolver.IntervalVar
These methods query, set, and watch the performed status of the
interval var.
mutableElement(int) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
mutableElement(int) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
mutableElement(int) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
mutableElement(IntervalVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
mutableElement(IntVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
mutableElement(SequenceVar) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
mutableIntervalVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
 
mutableIntVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
 
mutablePreAssignment() - Method in class com.google.ortools.constraintsolver.RoutingModel
 
mutableSequenceVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
 

N

name() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
Object naming.
name() - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns the name of the dimension.
name() - Method in class com.google.ortools.linearsolver.MPConstraint
Returns the name of the constraint.
name() - Method in class com.google.ortools.linearsolver.MPVariable
Returns the name of the variable.
NAME_ALL_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
NAME_CAST_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntegerVariableProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
nameAllVariables() - Method in class com.google.ortools.constraintsolver.Solver
Returns whether all variables should be named.
NEAREST_INTEGER - com.google.ortools.sat.SatParameters.FPRoundingMethod
Rounds to the nearest integer value.
NEAREST_INTEGER_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
Rounds to the nearest integer value.
negate() - Method in interface com.google.ortools.constraintsolver.LongTernaryPredicate
Returns a predicate that represents the logical negation of this predicate.
negated(int) - Method in class com.google.ortools.sat.CpModel
 
NEGATED_FIELD_NUMBER - Static variable in class com.google.ortools.sat.TableConstraintProto
 
negation() - Method in class com.google.ortools.util.Domain
Returns {x ∈ Int64, ∃ e ∈ D, x = -e}.

Note in particular that if the negation of Int64 is not Int64 but
Int64 \ {kint64min} !!
neighbor() - Method in class com.google.ortools.constraintsolver.PathOperator
 
neighbors() - Method in class com.google.ortools.constraintsolver.Solver
The number of neighbors created.
new_Assignment__SWIG_0(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Assignment__SWIG_1(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_AssignmentElement() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_AssignmentIntContainer() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_AssignmentIntervalContainer() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_AssignmentSequenceContainer() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_BaseLns(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_BaseObject() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_ChangeValue(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
NEW_CONSTRAINTS_BATCH_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
new_CPFeasibilityFilter(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Decision() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_DecisionBuilder() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_DecisionVisitor() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_DefaultPhaseParameters() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Domain__SWIG_0() - Static method in class com.google.ortools.util.mainJNI
 
new_Domain__SWIG_1(long) - Static method in class com.google.ortools.util.mainJNI
 
new_Domain__SWIG_2(long, long) - Static method in class com.google.ortools.util.mainJNI
 
new_GlobalVehicleBreaksConstraint(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_ImprovementSearchLimit(long, Solver, long, IntVar, boolean, double, double, double, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntBoolPair__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntBoolPair__SWIG_1(int, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntBoolPair__SWIG_2(long, IntBoolPair) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntervalVarElement__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntervalVarElement__SWIG_1(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntTupleSet__SWIG_0(int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntTupleSet__SWIG_1(long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarElement__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarElement__SWIG_1(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarLocalSearchFilter(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarLocalSearchHandler__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarLocalSearchHandler__SWIG_1(long, IntVarLocalSearchHandler) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarLocalSearchHandler__SWIG_2(long, IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarLocalSearchOperator__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarLocalSearchOperator__SWIG_1(IntVar[], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarLocalSearchOperator__SWIG_2(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_KnapsackSolver__SWIG_0(String) - Static method in class com.google.ortools.algorithms.mainJNI
 
new_KnapsackSolver__SWIG_1(int, String) - Static method in class com.google.ortools.algorithms.mainJNI
 
new_LinearSumAssignment() - Static method in class com.google.ortools.graph.mainJNI
 
new_LocalSearchFilter() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_LocalSearchFilterManager__SWIG_0(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_LocalSearchFilterManager__SWIG_1(LocalSearchFilter[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_LocalSearchFilterManager_FilterEvent() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_LocalSearchOperator() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_LocalSearchPhaseParameters() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_MaxFlow() - Static method in class com.google.ortools.graph.mainJNI
 
new_MinCostFlow__SWIG_0(int, int) - Static method in class com.google.ortools.graph.mainJNI
 
new_MinCostFlow__SWIG_1(int) - Static method in class com.google.ortools.graph.mainJNI
 
new_MinCostFlow__SWIG_2() - Static method in class com.google.ortools.graph.mainJNI
 
new_MinCostFlowBase() - Static method in class com.google.ortools.graph.mainJNI
 
new_ModelVisitor() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_MPModelExportOptions() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
new_MPSolver(String, int) - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
new_MPSolverParameters() - Static method in class com.google.ortools.linearsolver.main_research_linear_solverJNI
 
new_OptimizeVar(long, Solver, boolean, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Pack(long, Solver, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_PathOperator(IntVar[], IntVar[], int, boolean, boolean, LongToIntFunction) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_PropagationBaseObject(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RegularLimit(long, Solver, long, long, long, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RevBool(boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RevInteger(int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RevLong(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RevPartialSequence__SWIG_0(int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RevPartialSequence__SWIG_1(int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingIndexManager__SWIG_0(int, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingIndexManager__SWIG_1(int, int, int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel__SWIG_0(long, RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel__SWIG_1(long, RoutingIndexManager, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel_VehicleTypeContainer() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel_VehicleTypeContainer_VehicleClassEntry() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModelVisitor() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SatHelper() - Static method in class com.google.ortools.sat.mainJNI
 
new_SearchLog(long, Solver, long, OptimizeVar, long, IntVar, double, double, Supplier<String>, boolean, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SearchMonitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SequenceVar(long, Solver, IntervalVar[], IntVar[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SequenceVarElement__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SequenceVarElement__SWIG_1(long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SequenceVarLocalSearchHandler__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SequenceVarLocalSearchHandler__SWIG_1(long, SequenceVarLocalSearchHandler) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SequenceVarLocalSearchHandler__SWIG_2(long, SequenceVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SequenceVarLocalSearchOperator__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SequenceVarLocalSearchOperator__SWIG_1(SequenceVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SolutionCallback() - Static method in class com.google.ortools.sat.mainJNI
 
new_SolutionCollector__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SolutionCollector__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Solver__SWIG_0(String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Solver__SWIG_1(String, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Solver_IntegerCastInfo__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Solver_IntegerCastInfo__SWIG_1(long, IntVar, long, IntExpr, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SortedDisjointIntervalList__SWIG_0() - Static method in class com.google.ortools.util.mainJNI
 
new_SortedDisjointIntervalList__SWIG_1(long[], long[]) - Static method in class com.google.ortools.util.mainJNI
 
new_SortedDisjointIntervalList__SWIG_2(int[], int[]) - Static method in class com.google.ortools.util.mainJNI
 
new_SymmetryBreaker() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_TypeIncompatibilityChecker(long, RoutingModel, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_TypeRegulationsConstraint(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_TypeRequirementChecker(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
newBoolVar(String) - Method in class com.google.ortools.sat.CpModel
Creates a Boolean variable with the given name.
newBuilder() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPModelProto
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
newBuilder() - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
newBuilder() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
newBuilder() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.BoolArgumentProto
 
newBuilder() - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.ConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.CpModelProto
 
newBuilder() - Static method in class com.google.ortools.sat.CpObjectiveProto
 
newBuilder() - Static method in class com.google.ortools.sat.CpSolverResponse
 
newBuilder() - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
newBuilder() - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
newBuilder() - Static method in class com.google.ortools.sat.DenseMatrixProto
 
newBuilder() - Static method in class com.google.ortools.sat.ElementConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
newBuilder() - Static method in class com.google.ortools.sat.IntegerVariableProto
 
newBuilder() - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.InverseConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.LinearArgumentProto
 
newBuilder() - Static method in class com.google.ortools.sat.LinearConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.LinearExpressionProto
 
newBuilder() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
newBuilder() - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.SatParameters
 
newBuilder() - Static method in class com.google.ortools.sat.SparsePermutationProto
 
newBuilder() - Static method in class com.google.ortools.sat.SymmetryProto
 
newBuilder() - Static method in class com.google.ortools.sat.TableConstraintProto
 
newBuilder(ConstraintSolverParameters) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
newBuilder(FirstSolutionStrategy) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
newBuilder(LocalSearchMetaheuristic) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
newBuilder(RegularLimitParameters) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
newBuilder(RoutingModelParameters) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
newBuilder(RoutingSearchParameters) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
newBuilder(RoutingSearchParameters.ImprovementSearchLimitParameters) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
newBuilder(RoutingSearchParameters.LocalSearchNeighborhoodOperators) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
newBuilder(MPAbsConstraint) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
newBuilder(MPArrayConstraint) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
newBuilder(MPArrayWithConstantConstraint) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
newBuilder(MPConstraintProto) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
newBuilder(MPGeneralConstraintProto) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
newBuilder(MPIndicatorConstraint) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
newBuilder(MPModelDeltaProto) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
newBuilder(MPModelProto) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
newBuilder(MPModelRequest) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
newBuilder(MPQuadraticConstraint) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
newBuilder(MPQuadraticObjective) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
newBuilder(MPSolutionResponse) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
newBuilder(MPSolverCommonParameters) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
newBuilder(MPSosConstraint) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
newBuilder(MPVariableProto) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
newBuilder(OptionalDouble) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
newBuilder(PartialVariableAssignment) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
newBuilder(AllDifferentConstraintProto) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
newBuilder(AutomatonConstraintProto) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
newBuilder(BoolArgumentProto) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
newBuilder(CircuitConstraintProto) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
newBuilder(ConstraintProto) - Static method in class com.google.ortools.sat.ConstraintProto
 
newBuilder(CpModelProto) - Static method in class com.google.ortools.sat.CpModelProto
 
newBuilder(CpObjectiveProto) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
newBuilder(CpSolverResponse) - Static method in class com.google.ortools.sat.CpSolverResponse
 
newBuilder(CumulativeConstraintProto) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
newBuilder(DecisionStrategyProto) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
newBuilder(DecisionStrategyProto.AffineTransformation) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
newBuilder(DenseMatrixProto) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
newBuilder(ElementConstraintProto) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
newBuilder(IntegerArgumentProto) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
newBuilder(IntegerVariableProto) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
newBuilder(IntervalConstraintProto) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
newBuilder(InverseConstraintProto) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
newBuilder(LinearArgumentProto) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
newBuilder(LinearConstraintProto) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
newBuilder(LinearExpressionProto) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
newBuilder(NoOverlap2DConstraintProto) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
newBuilder(NoOverlapConstraintProto) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
newBuilder(PartialVariableAssignment) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
newBuilder(ReservoirConstraintProto) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
newBuilder(RoutesConstraintProto) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
newBuilder(SatParameters) - Static method in class com.google.ortools.sat.SatParameters
 
newBuilder(SparsePermutationProto) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
newBuilder(SymmetryProto) - Static method in class com.google.ortools.sat.SymmetryProto
 
newBuilder(TableConstraintProto) - Static method in class com.google.ortools.sat.TableConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPModelProto
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
newBuilderForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.BoolArgumentProto
 
newBuilderForType() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.ConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.CpModelProto
 
newBuilderForType() - Method in class com.google.ortools.sat.CpObjectiveProto
 
newBuilderForType() - Method in class com.google.ortools.sat.CpSolverResponse
 
newBuilderForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
newBuilderForType() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
newBuilderForType() - Method in class com.google.ortools.sat.DenseMatrixProto
 
newBuilderForType() - Method in class com.google.ortools.sat.ElementConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.IntegerArgumentProto
 
newBuilderForType() - Method in class com.google.ortools.sat.IntegerVariableProto
 
newBuilderForType() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.InverseConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.LinearArgumentProto
 
newBuilderForType() - Method in class com.google.ortools.sat.LinearConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.LinearExpressionProto
 
newBuilderForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
newBuilderForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.SatParameters
 
newBuilderForType() - Method in class com.google.ortools.sat.SparsePermutationProto
 
newBuilderForType() - Method in class com.google.ortools.sat.SymmetryProto
 
newBuilderForType() - Method in class com.google.ortools.sat.TableConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPModelProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPModelRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.MPVariableProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.OptionalDouble
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.BoolArgumentProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.CircuitConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.ConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.CpModelProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.CpObjectiveProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.CpSolverResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.DecisionStrategyProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.DenseMatrixProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.ElementConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.IntegerArgumentProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.IntegerVariableProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.IntervalConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.InverseConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.LinearArgumentProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.LinearConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.LinearExpressionProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.PartialVariableAssignment
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.RoutesConstraintProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.SatParameters
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.SparsePermutationProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.SymmetryProto
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.ortools.sat.TableConstraintProto
 
newConstant(long) - Method in class com.google.ortools.sat.CpModel
Creates a constant variable.
newFixedInterval(long, long, String) - Method in class com.google.ortools.sat.CpModel
Creates a fixed interval from its start and its size.
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPModelProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPModelRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.MPVariableProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.OptionalDouble
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.BoolArgumentProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.CircuitConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.ConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.CpModelProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.CpObjectiveProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.CpSolverResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.DecisionStrategyProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.DenseMatrixProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.ElementConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.IntegerArgumentProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.IntegerVariableProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.IntervalConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.InverseConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.LinearArgumentProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.LinearConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.LinearExpressionProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.PartialVariableAssignment
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.RoutesConstraintProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.SatParameters
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.SparsePermutationProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.SymmetryProto
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.ortools.sat.TableConstraintProto
 
newIntervalVar(long, IntVar, IntVar, String) - Method in class com.google.ortools.sat.CpModel
Creates an interval variable with a fixed start.
newIntervalVar(IntVar, long, IntVar, String) - Method in class com.google.ortools.sat.CpModel
Creates an interval variable with a fixed size.
newIntervalVar(IntVar, IntVar, long, String) - Method in class com.google.ortools.sat.CpModel
Creates an interval variable with a fixed end.
newIntervalVar(IntVar, IntVar, IntVar, String) - Method in class com.google.ortools.sat.CpModel
Creates an interval variable from start, size, and end.
newIntVar(long, long, String) - Method in class com.google.ortools.sat.CpModel
Creates an integer variable with domain [lb, ub].
newIntVarFromDomain(Domain, String) - Method in class com.google.ortools.sat.CpModel
Creates an integer variable with given domain.
newOptionalFixedInterval(long, long, Literal, String) - Method in class com.google.ortools.sat.CpModel
Creates an optional fixed interval from start and size.
newOptionalIntervalVar(long, IntVar, IntVar, Literal, String) - Method in class com.google.ortools.sat.CpModel
Creates an optional interval with a fixed start.
newOptionalIntervalVar(IntVar, long, IntVar, Literal, String) - Method in class com.google.ortools.sat.CpModel
Creates an optional interval with a fixed size.
newOptionalIntervalVar(IntVar, IntVar, long, Literal, String) - Method in class com.google.ortools.sat.CpModel
Creates an optional interval with a fixed end.
newOptionalIntervalVar(IntVar, IntVar, IntVar, Literal, String) - Method in class com.google.ortools.sat.CpModel
Creates an optional interval variable from start, size, end, and isPresent.
newSearch(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
newSearch(DecisionBuilder, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
newSearch(DecisionBuilder, SearchMonitor[]) - Method in class com.google.ortools.constraintsolver.Solver


Decomposed search.
The code for a top level search should look like
solver->NewSearch(db);
while (solver->NextSolution()) {
..
newSearch(DecisionBuilder, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
newSearch(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
newSearch(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
next() - Method in class com.google.ortools.constraintsolver.IntVarIterator
This method moves the iterator to the next value.
next(int) - Method in class com.google.ortools.constraintsolver.SequenceVar
Returns the next of the index_th interval of the sequence.
next(Assignment, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Assignment inspection
Returns the variable index of the node directly after the node
corresponding to 'index' in 'assignment'.
next(Solver) - Method in class com.google.ortools.constraintsolver.JavaDecisionBuilder
This is the new method to subclass when defining a java decision builder.
nextFragment() - Method in class com.google.ortools.constraintsolver.BaseLns
 
nextNeighbor(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
nexts() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns all next variables of the model, such that Nexts(i) is the next
variable of the node corresponding to i.
nextSolution() - Method in class com.google.ortools.constraintsolver.Solver
 
nextVar(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the next variable of the node corresponding to index.
nextWrap(Solver) - Method in class com.google.ortools.constraintsolver.DecisionBuilder
This is the main method of the decision builder class.
nextWrap(Solver) - Method in class com.google.ortools.constraintsolver.JavaDecisionBuilder
This methods wraps the calls to next() and catches fail exceptions.
NO_BINARY_MINIMIZATION - com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
NO_BINARY_MINIMIZATION = 0;
NO_BINARY_MINIMIZATION_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
NO_BINARY_MINIMIZATION = 0;
NO_CHANGE - Static variable in class com.google.ortools.constraintsolver.Solver
Keeps the default behavior, i.e.
NO_COMPRESSION - com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
NO_COMPRESSION = 0;
NO_COMPRESSION_VALUE - Static variable in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
NO_COMPRESSION = 0;
NO_MORE_SOLUTIONS - Static variable in class com.google.ortools.constraintsolver.Solver
After failed NextSolution and before EndSearch.
NO_OVERLAP - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
NO_OVERLAP_2D - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
NO_OVERLAP_2D_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
NO_OVERLAP_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
NO_RESTART - com.google.ortools.sat.SatParameters.RestartAlgorithm
NO_RESTART = 0;
NO_RESTART_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
NO_RESTART = 0;
nodes() - Method in class com.google.ortools.constraintsolver.RoutingModel
Sizes and indices
Returns the number of nodes in the model.
nodes() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the number of branch-and-bound nodes evaluated during the solve.

Only available for discrete problems.
nodesToIndices(int[]) - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
nodeToIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
noMoreSolutions() - Method in class com.google.ortools.constraintsolver.SearchLog
 
noMoreSolutions() - Method in class com.google.ortools.constraintsolver.SearchMonitor
When the search tree is finished.
NONE - com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
NONE = 0;
NONE - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
NONE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
NONE = 0;
NoOverlap2DConstraintProto - Class in com.google.ortools.sat
The boxes defined by [start_x, end_x) * [start_y, end_y) cannot overlap.
NoOverlap2DConstraintProto.Builder - Class in com.google.ortools.sat
The boxes defined by [start_x, end_x) * [start_y, end_y) cannot overlap.
NoOverlap2DConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
NoOverlapConstraintProto - Class in com.google.ortools.sat
All the intervals (index of IntervalConstraintProto) must be disjoint.
NoOverlapConstraintProto.Builder - Class in com.google.ortools.sat
All the intervals (index of IntervalConstraintProto) must be disjoint.
NoOverlapConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
NORMAL - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
NORMAL_PRIORITY - Static variable in class com.google.ortools.constraintsolver.Solver
NORMAL_PRIORITY is the highest priority: Demons will be processed first.
not() - Method in class com.google.ortools.sat.IntVar
Returns the negation of a boolean variable.
not() - Method in interface com.google.ortools.sat.Literal
Returns the Boolean negation of the current literal.
not() - Method in class com.google.ortools.sat.NotBooleanVariable
Returns the negation of this literal.
NOT_SET - Static variable in class com.google.ortools.constraintsolver.Solver
Optimization directions.
NOT_SOLVED - com.google.ortools.graph.MinCostFlowBase.Status
 
NOT_SOLVED - com.google.ortools.linearsolver.MPSolver.ResultStatus
not been solved yet.
NotBooleanVariable - Class in com.google.ortools.sat
The negation of a boolean variable.
NotBooleanVariable(IntVar) - Constructor for class com.google.ortools.sat.NotBooleanVariable
 
NUM_BINARY_PROPAGATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_BOOLEANS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_BRANCHES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_COLS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DenseMatrixProto
 
NUM_CONFLICTS_BEFORE_STRATEGY_CHANGES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
NUM_CONFLICTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_INTEGER_PROPAGATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_LP_ITERATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_RESTARTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_ROWS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DenseMatrixProto
 
NUM_SEARCH_WORKERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
NUMBER_OF_SOLUTIONS_TO_COLLECT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
numBinaryPropagations() - Method in class com.google.ortools.sat.SolutionCallback
 
numBooleans() - Method in class com.google.ortools.sat.SolutionCallback
 
numBranches() - Method in class com.google.ortools.sat.CpSolver
Returns the number of branches explored during search.
numBranches() - Method in class com.google.ortools.sat.SolutionCallback
 
numConflicts() - Method in class com.google.ortools.sat.CpSolver
Returns the number of conflicts created during search.
numConflicts() - Method in class com.google.ortools.sat.SolutionCallback
 
numConstraints() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the number of constraints.
numDifferentValuesInColumn(int) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
numElements() - Method in class com.google.ortools.sat.IntVar
 
numElements() - Method in interface com.google.ortools.sat.LinearExpr
Returns the number of elements in the interface.
numElements() - Method in class com.google.ortools.sat.ScalProd
 
numElements() - Method in class com.google.ortools.sat.SumOfVariables
 
numFirstRanked() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
numIntegerPropagations() - Method in class com.google.ortools.sat.SolutionCallback
 
numIntervals() - Method in class com.google.ortools.util.SortedDisjointIntervalList
Returns the number of disjoint intervals in the list.
numIntervalVars() - Method in class com.google.ortools.constraintsolver.Assignment
 
numIntVars() - Method in class com.google.ortools.constraintsolver.Assignment
 
numLastRanked() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
numSequenceVars() - Method in class com.google.ortools.constraintsolver.Assignment
 
numTuples() - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
NumTypes() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
numVariables() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the number of variables.

O

objective() - Method in class com.google.ortools.constraintsolver.Assignment
 
objective() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the mutable objective object.
OBJECTIVE_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
 
OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
OBJECTIVE_OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
OBJECTIVE_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
OBJECTIVE_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
objectiveBound() - Method in class com.google.ortools.constraintsolver.Assignment
 
objectiveMax() - Method in class com.google.ortools.constraintsolver.Assignment
 
objectiveMin() - Method in class com.google.ortools.constraintsolver.Assignment
 
objectiveValue() - Method in class com.google.ortools.constraintsolver.Assignment
 
objectiveValue() - Method in class com.google.ortools.sat.CpSolver
Returns the best objective value found during search.
objectiveValue() - Method in class com.google.ortools.sat.SolutionCallback
 
objectiveValue(int) - Method in class com.google.ortools.constraintsolver.SolutionCollector
Returns the objective value of the nth solution.
offset() - Method in class com.google.ortools.linearsolver.MPObjective
Gets the constant term in the objective.
OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
 
OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearExpressionProto
 
ok() - Method in class com.google.ortools.constraintsolver.IntVarIterator
This method indicates if we can call Value() or not.
oldDurationMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
oldDurationMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
oldEndMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
oldEndMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
oldMax() - Method in class com.google.ortools.constraintsolver.IntVar
Returns the previous max.
oldMin() - Method in class com.google.ortools.constraintsolver.IntVar
Returns the previous min.
oldStartMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
oldStartMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
oldValue(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
oldValue(long) - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 
onAddVars() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchHandler
 
onAddVars() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchHandler
 
One() - Static method in class com.google.ortools.constraintsolver.main
This method returns 1
One() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
oneDomain(int) - Method in class com.google.ortools.constraintsolver.Pack
 
oneNeighbor() - Method in class com.google.ortools.constraintsolver.ChangeValue
This method should not be overridden.
oneNeighbor() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
Creates a new neighbor.
oneNeighbor() - Method in class com.google.ortools.constraintsolver.PathOperator
This method should not be overridden.
ONLY_ADD_CUTS_AT_LEVEL_ZERO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
onlyEnforceIf(Literal) - Method in class com.google.ortools.sat.Constraint
Adds a literal to the constraint.
onlyEnforceIf(Literal[]) - Method in class com.google.ortools.sat.Constraint
Adds a list of literals to the constraint.
OnNodeInitialization() - Method in class com.google.ortools.constraintsolver.PathOperator
Called by OnStart() after initializing node information.
onRevertChanges(long, int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchHandler
 
onRevertChanges(long, long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchHandler
 
onSamePathAsPreviousBase(long) - Method in class com.google.ortools.constraintsolver.PathOperator
Returns true if a base node has to be on the same path as the "previous"
base node (base node of index base_index - 1).
Useful to limit neighborhood exploration to nodes on the same path.
it's currently way more complicated to implement.
onSolutionCallback() - Method in class com.google.ortools.sat.CpSolverSolutionCallback
Callback method to override.
onSolutionCallback() - Method in class com.google.ortools.sat.SolutionCallback
 
onStart() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
Called by Start() after synchronizing the operator with the current
assignment.
onStart() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
Called by Start() after synchronizing the operator with the current
assignment.
onSynchronize(Assignment) - Method in class com.google.ortools.constraintsolver.BasePathFilter
 
onSynchronize(Assignment) - Method in class com.google.ortools.constraintsolver.CPFeasibilityFilter
 
onSynchronize(Assignment) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
OPP_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
OPP_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OPTIMAL - com.google.ortools.graph.LinearSumAssignment.Status
 
OPTIMAL - com.google.ortools.graph.MaxFlow.Status
 
OPTIMAL - com.google.ortools.graph.MinCostFlowBase.Status
 
OPTIMAL - com.google.ortools.linearsolver.MPSolver.ResultStatus
optimal.
OPTIMAL - com.google.ortools.sat.CpSolverStatus
An optimal feasible solution has been found.
OPTIMAL_VALUE - Static variable in enum com.google.ortools.sat.CpSolverStatus
An optimal feasible solution has been found.
optimization_direction() - Method in class com.google.ortools.constraintsolver.Solver
The direction of optimization, getter and setter.
OPTIMIZATION_STEP_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
OPTIMIZE_WITH_CORE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
OPTIMIZE_WITH_MAX_HS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
OptimizeVar - Class in com.google.ortools.constraintsolver
This class encapsulates an objective.
OptimizeVar(long, boolean) - Constructor for class com.google.ortools.constraintsolver.OptimizeVar
 
OptimizeVar(Solver, boolean, IntVar, long) - Constructor for class com.google.ortools.constraintsolver.OptimizeVar
 
OptimizeVar_accept(long, OptimizeVar, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_acceptDelta(long, OptimizeVar, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_acceptSolution(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_applyBound(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_atSolution(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_beginNextDecision(long, OptimizeVar, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_best(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_enterSearch(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_print(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_refuteDecision(long, OptimizeVar, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_toString(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_var(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptionalBoolean - Enum in com.google.ortools.util
A "three-way" boolean: unspecified, false or true.
OptionalBooleanOuterClass - Class in com.google.ortools.util
 
OptionalDouble - Class in com.google.ortools.linearsolver
To support 'unspecified' double value in proto3, the simplest is to wrap any double value in a nested message (has_XXX works for message fields).
OptionalDouble.Builder - Class in com.google.ortools.linearsolver
To support 'unspecified' double value in proto3, the simplest is to wrap any double value in a nested message (has_XXX works for message fields).
OptionalDoubleOrBuilder - Interface in com.google.ortools.linearsolver
 
OR_CONSTRAINT - com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
 
OR_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
ORBITOPES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SymmetryProto
 
ORDER_ASSUMPTION_BY_DEPTH - com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
ORDER_ASSUMPTION_BY_DEPTH = 1;
ORDER_ASSUMPTION_BY_DEPTH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
ORDER_ASSUMPTION_BY_DEPTH = 1;
ORDER_ASSUMPTION_BY_WEIGHT - com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
ORDER_ASSUMPTION_BY_WEIGHT = 2;
ORDER_ASSUMPTION_BY_WEIGHT_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
ORDER_ASSUMPTION_BY_WEIGHT = 2;
OROPT - Static variable in class com.google.ortools.constraintsolver.Solver
Relocate: OROPT and RELOCATE.
Operator which moves a sub-chain of a path to another position; the
specified chain length is the fixed length of the chains being moved.
When this length is 1, the operator simply moves a node to another
position.
Possible neighbors for the path 1 -> 2 -> 3 -> 4 -> 5, for a chain
length of 2 (where (1, 5) are first and last nodes of the path and can
therefore not be moved):
1 -> 4 -> [2 -> 3] -> 5
1 -> [3 -> 4] -> 2 -> 5

Using Relocate with chain lengths of 1, 2 and 3 together is equivalent
to the OrOpt operator on a path.
outputDecision() - Method in class com.google.ortools.constraintsolver.SearchLog
 
OUTSIDE_SEARCH - Static variable in class com.google.ortools.constraintsolver.Solver
Before search, after search.

P

Pack - Class in com.google.ortools.constraintsolver
 
Pack(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Pack
 
Pack(Solver, IntVar[], int) - Constructor for class com.google.ortools.constraintsolver.Pack
 
Pack_accept(long, Pack, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addCountAssignedItemsDimension(long, Pack, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addCountUsedBinDimension(long, Pack, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addSumVariableWeightsLessOrEqualConstantDimension(long, Pack, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addWeightedSumEqualVarDimension__SWIG_0(long, Pack, long[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addWeightedSumEqualVarDimension__SWIG_1(long, Pack, LongBinaryOperator, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addWeightedSumLessOrEqualConstantDimension__SWIG_0(long, Pack, long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addWeightedSumLessOrEqualConstantDimension__SWIG_1(long, Pack, LongUnaryOperator, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addWeightedSumLessOrEqualConstantDimension__SWIG_2(long, Pack, LongBinaryOperator, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addWeightedSumOfAssignedDimension(long, Pack, long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_assign(long, Pack, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_assignAllPossibleToBin(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_assignAllRemainingItems(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_assignFirstPossibleToBin(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_assignVar(long, Pack, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_clearAll(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_initialPropagate(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_isAssignedStatusKnown(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_isPossible(long, Pack, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_isUndecided(long, Pack, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_oneDomain(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_post(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_propagate(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_propagateDelayed(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_removeAllPossibleFromBin(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_setAssigned(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_setImpossible(long, Pack, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_setUnassigned(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_toString(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_unassignAllRemainingItems(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PARALLEL_CHEAPEST_INSERTION - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Iteratively build a solution by inserting the cheapest node at its cheapest position; the cost of insertion is based on the arc cost function.
PARALLEL_CHEAPEST_INSERTION_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Iteratively build a solution by inserting the cheapest node at its cheapest position; the cost of insertion is based on the arc cost function.
parameters() - Method in class com.google.ortools.constraintsolver.Solver
Stored Parameters.
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.CpModelProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.SatParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parser() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parser() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parser() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parser() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parser() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parser() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parser() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parser() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parser() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parser() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parser() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parser() - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parser() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parser() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parser() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parser() - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parser() - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parser() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parser() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parser() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parser() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parser() - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parser() - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parser() - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parser() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parser() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parser() - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parser() - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parser() - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parser() - Static method in class com.google.ortools.sat.ConstraintProto
 
parser() - Static method in class com.google.ortools.sat.CpModelProto
 
parser() - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parser() - Static method in class com.google.ortools.sat.CpSolverResponse
 
parser() - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parser() - Static method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
parser() - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parser() - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parser() - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parser() - Static method in class com.google.ortools.sat.IntegerArgumentProto
 
parser() - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parser() - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parser() - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parser() - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parser() - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parser() - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parser() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parser() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parser() - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parser() - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parser() - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parser() - Static method in class com.google.ortools.sat.SatParameters
 
parser() - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parser() - Static method in class com.google.ortools.sat.SymmetryProto
 
parser() - Static method in class com.google.ortools.sat.TableConstraintProto
 
PARSER - Static variable in class com.google.ortools.linearsolver.MPAbsConstraint
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPArrayConstraint
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPIndicatorConstraint
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPModelDeltaProto
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPModelProto
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPQuadraticObjective
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPSosConstraint
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.OptionalDouble
Deprecated.
PARSER - Static variable in class com.google.ortools.linearsolver.PartialVariableAssignment
Deprecated.
PARSER - Static variable in class com.google.ortools.sat.SatParameters
Deprecated.
PartialVariableAssignment - Class in com.google.ortools.linearsolver
This message encodes a partial (or full) assignment of the variables of a MPModelProto problem.
PartialVariableAssignment - Class in com.google.ortools.sat
This message encodes a partial (or full) assignment of the variables of a CpModelProto.
PartialVariableAssignment.Builder - Class in com.google.ortools.linearsolver
This message encodes a partial (or full) assignment of the variables of a MPModelProto problem.
PartialVariableAssignment.Builder - Class in com.google.ortools.sat
This message encodes a partial (or full) assignment of the variables of a CpModelProto.
PartialVariableAssignmentOrBuilder - Interface in com.google.ortools.linearsolver
 
PartialVariableAssignmentOrBuilder - Interface in com.google.ortools.sat
 
PATH_CHEAPEST_ARC - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
--- Path addition heuristics --- Starting from a route "start" node, connect it to the node which produces the cheapest route segment, then extend the route by iterating on the last node added to the route.
PATH_CHEAPEST_ARC_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
--- Path addition heuristics --- Starting from a route "start" node, connect it to the node which produces the cheapest route segment, then extend the route by iterating on the last node added to the route.
PATH_MOST_CONSTRAINED_ARC - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Same as PATH_CHEAPEST_ARC, but arcs are evaluated with a comparison-based selector which will favor the most constrained arc first.
PATH_MOST_CONSTRAINED_ARC_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Same as PATH_CHEAPEST_ARC, but arcs are evaluated with a comparison-based selector which will favor the most constrained arc first.
PATHLNS - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which relaxes two sub-chains of three consecutive arcs each.
Each sub-chain is defined by a start node and the next three arcs.
PathOperator - Class in com.google.ortools.constraintsolver
Base class of the local search operators dedicated to path modifications
(a path is a set of nodes linked together by arcs).
This family of neighborhoods supposes they are handling next variables
representing the arcs (var[i] represents the node immediately after i on
a path).
Several services are provided:
- arc manipulators (SetNext(), ReverseChain(), MoveChain())
- path inspectors (Next(), Prev(), IsPathEnd())
- path iterators: operators need a given number of nodes to define a
neighbor; this class provides the iteration on a given number of (base)
nodes which can be used to define a neighbor (through the BaseNode method)
Subclasses only need to override MakeNeighbor to create neighbors using
the services above (no direct manipulation of assignments).
PathOperator(long, boolean) - Constructor for class com.google.ortools.constraintsolver.PathOperator
 
PathOperator(IntVar[], IntVar[], int, boolean, boolean, LongToIntFunction) - Constructor for class com.google.ortools.constraintsolver.PathOperator
Builds an instance of PathOperator from next and path variables.
'number_of_base_nodes' is the number of nodes needed to define a
neighbor.
PathOperator_change_ownership(PathOperator, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_ConsiderAlternatives(long, PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_ConsiderAlternativesSwigExplicitPathOperator(long, PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_director_connect(PathOperator, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_getBaseNodeRestartPosition(long, PathOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_getBaseNodeRestartPositionSwigExplicitPathOperator(long, PathOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_initPosition(long, PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_initPositionSwigExplicitPathOperator(long, PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_neighbor(long, PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_oneNeighbor(long, PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_oneNeighborSwigExplicitPathOperator(long, PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_OnNodeInitialization(long, PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_OnNodeInitializationSwigExplicitPathOperator(long, PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_onSamePathAsPreviousBase(long, PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_onSamePathAsPreviousBaseSwigExplicitPathOperator(long, PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_Prev(long, PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_reset(long, PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_resetSwigExplicitPathOperator(long, PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_restartAtPathStartOnSynchronize(long, PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_restartAtPathStartOnSynchronizeSwigExplicitPathOperator(long, PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_setNextBaseToIncrement(long, PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_setNextBaseToIncrementSwigExplicitPathOperator(long, PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathOperator_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PB_CLEANUP_INCREMENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PB_CLEANUP_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
performedExpr() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
performedMax() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
performedMax(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
performedMin() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
performedMin(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
performedValue() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
performedValue(int, IntervalVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the PerformedValue of 'var' in the nth solution.
performedValue(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
periodicCheck() - Method in class com.google.ortools.constraintsolver.SearchLimit
 
periodicCheck() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Periodic call to check limits in long running methods.
PERMUTATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SymmetryProto
 
PERMUTE_PRESOLVE_CONSTRAINT_ORDER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PERMUTE_VARIABLE_RANDOMLY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PICKUP_AND_DELIVERY_FIFO - Static variable in class com.google.ortools.constraintsolver.RoutingModel
Deliveries must be performed in the same order as pickups.
PICKUP_AND_DELIVERY_LIFO - Static variable in class com.google.ortools.constraintsolver.RoutingModel
Deliveries must be performed in reverse order of pickups.
PICKUP_AND_DELIVERY_NO_ORDER - Static variable in class com.google.ortools.constraintsolver.RoutingModel
Any precedence is accepted.
POLARITY_FALSE - com.google.ortools.sat.SatParameters.Polarity
POLARITY_FALSE = 1;
POLARITY_FALSE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.Polarity
POLARITY_FALSE = 1;
POLARITY_RANDOM - com.google.ortools.sat.SatParameters.Polarity
POLARITY_RANDOM = 2;
POLARITY_RANDOM_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.Polarity
POLARITY_RANDOM = 2;
POLARITY_REPHASE_INCREMENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
POLARITY_REVERSE_WEIGHTED_SIGN - com.google.ortools.sat.SatParameters.Polarity
The opposite choice of POLARITY_WEIGHTED_SIGN.
POLARITY_REVERSE_WEIGHTED_SIGN_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.Polarity
The opposite choice of POLARITY_WEIGHTED_SIGN.
POLARITY_TRUE - com.google.ortools.sat.SatParameters.Polarity
POLARITY_TRUE = 0;
POLARITY_TRUE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.Polarity
POLARITY_TRUE = 0;
POLARITY_WEIGHTED_SIGN - com.google.ortools.sat.SatParameters.Polarity
Choose the sign that tends to satisfy the most constraints.
POLARITY_WEIGHTED_SIGN_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.Polarity
Choose the sign that tends to satisfy the most constraints.
POLISH_LP_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
popContext() - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
popState() - Method in class com.google.ortools.constraintsolver.Solver
 
PORTFOLIO_SEARCH - com.google.ortools.sat.SatParameters.SearchBranching
If used, the solver will use various generic heuristics in turn.
PORTFOLIO_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
If used, the solver will use various generic heuristics in turn.
PORTFOLIO_WITH_QUICK_RESTART_SEARCH - com.google.ortools.sat.SatParameters.SearchBranching
Mainly exposed here for testing.
PORTFOLIO_WITH_QUICK_RESTART_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
Mainly exposed here for testing.
posIntDivDown(long, long) - Static method in class com.google.ortools.constraintsolver.main
 
posIntDivDown(long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
posIntDivUp(long, long) - Static method in class com.google.ortools.constraintsolver.main
 
posIntDivUp(long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
POSITIVE_COEFF_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
POSSIBLE_OVERFLOW - com.google.ortools.graph.LinearSumAssignment.Status
 
POSSIBLE_OVERFLOW - com.google.ortools.graph.MaxFlow.Status
 
post() - Method in class com.google.ortools.constraintsolver.Constraint
This method is called when the constraint is processed by the
solver.
post() - Method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
post() - Method in class com.google.ortools.constraintsolver.Pack
 
post() - Method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
postAndPropagate() - Method in class com.google.ortools.constraintsolver.Constraint
Calls Post and then Propagate to initialize the constraints.
preAssignment() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns an assignment used to fix some of the variables of the problem.
In practice, this assignment locks partial routes of the problem.
PREFERRED_VARIABLE_ORDER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE - com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
Advanced usage: presolve mode.
PRESOLVE_BLOCKED_CLAUSE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_BVA_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_BVE_CLAUSE_WEIGHT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_BVE_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_EXTRACT_INTEGER_ENFORCEMENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
PRESOLVE_OFF - com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
Presolve is off.
PRESOLVE_ON - com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
Presolve is on.
PRESOLVE_PROBING_DETERMINISTIC_TIME_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_SUBSTITUTION_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_USE_BVA_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
Prev(long) - Method in class com.google.ortools.constraintsolver.PathOperator
Returns the node before node in the current delta.
PRIMAL - com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
Primal simplex.
PRIMAL_INTEGRAL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
PRIMAL_TOLERANCE - com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
Advanced usage: tolerance for primal feasibility of basic solutions.

This does not control the integer feasibility tolerance of integer
solutions for MIP or the tolerance used during presolve.
PRIMAL_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
print() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
PRINT_ADDED_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
PRINT_LOCAL_SEARCH_PROFILE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
PRINT_MODEL_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
PRINT_MODEL_STATS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
priority() - Method in class com.google.ortools.constraintsolver.Demon
This method returns the priority of the demon.
PROBING_PERIOD_AT_ROOT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PROBLEM_INFEASIBLE - Static variable in class com.google.ortools.constraintsolver.Solver
After search, the model is infeasible.
PROFILE_FILE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
PROFILE_LOCAL_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
PROFILE_PROPAGATION_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
progressPercent() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
progressPercent() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Returns a percentage representing the propress of the search before
reaching limits.
propagate() - Method in class com.google.ortools.constraintsolver.Pack
 
propagateDelayed() - Method in class com.google.ortools.constraintsolver.Pack
 
PROPAGATION_ASSISTED - com.google.ortools.sat.SatParameters.FPRoundingMethod
This is expensive rounding algorithm.
PROPAGATION_ASSISTED_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
This is expensive rounding algorithm.
PropagationBaseObject - Class in com.google.ortools.constraintsolver
NOLINT
The PropagationBaseObject is a subclass of BaseObject that is also
friend to the Solver class.
PropagationBaseObject(long, boolean) - Constructor for class com.google.ortools.constraintsolver.PropagationBaseObject
 
PropagationBaseObject(Solver) - Constructor for class com.google.ortools.constraintsolver.PropagationBaseObject
 
PropagationBaseObject_baseName(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_enqueueDelayedDemon(long, PropagationBaseObject, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_enqueueVar(long, PropagationBaseObject, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_freezeQueue(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_hasName(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_name(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_reset_action_on_fail(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_set_variable_to_clean_on_fail(long, PropagationBaseObject, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_setName(long, PropagationBaseObject, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_solver(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_toString(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_unfreezeQueue(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor - Class in com.google.ortools.constraintsolver
 
PropagationMonitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.PropagationMonitor
 
PropagationMonitor_beginConstraintInitialPropagation(long, PropagationMonitor, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_beginDemonRun(long, PropagationMonitor, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_beginNestedConstraintInitialPropagation(long, PropagationMonitor, long, Constraint, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_endConstraintInitialPropagation(long, PropagationMonitor, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_endDemonRun(long, PropagationMonitor, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_endNestedConstraintInitialPropagation(long, PropagationMonitor, long, Constraint, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_endProcessingIntegerVariable(long, PropagationMonitor, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_install(long, PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_popContext(long, PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_pushContext(long, PropagationMonitor, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_rankFirst(long, PropagationMonitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_rankLast(long, PropagationMonitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_rankNotFirst(long, PropagationMonitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_rankNotLast(long, PropagationMonitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_rankSequence(long, PropagationMonitor, long, SequenceVar, int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_registerDemon(long, PropagationMonitor, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_removeInterval(long, PropagationMonitor, long, IntVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_removeValue(long, PropagationMonitor, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_removeValues(long, PropagationMonitor, long, IntVar, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setDurationMax(long, PropagationMonitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setDurationMin(long, PropagationMonitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setDurationRange(long, PropagationMonitor, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setEndMax(long, PropagationMonitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setEndMin(long, PropagationMonitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setEndRange(long, PropagationMonitor, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setMax__SWIG_0(long, PropagationMonitor, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setMax__SWIG_1(long, PropagationMonitor, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setMin__SWIG_0(long, PropagationMonitor, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setMin__SWIG_1(long, PropagationMonitor, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setPerformed(long, PropagationMonitor, long, IntervalVar, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setRange__SWIG_0(long, PropagationMonitor, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setRange__SWIG_1(long, PropagationMonitor, long, IntVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setStartMax(long, PropagationMonitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setStartMin(long, PropagationMonitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setStartRange(long, PropagationMonitor, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setValue__SWIG_0(long, PropagationMonitor, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setValue__SWIG_1(long, PropagationMonitor, long, IntVar, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_startProcessingIntegerVariable(long, PropagationMonitor, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_toString(long, PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PROTECTION_ALWAYS - com.google.ortools.sat.SatParameters.ClauseProtection
Protect all clauses whose activity is bumped.
PROTECTION_ALWAYS_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ClauseProtection
Protect all clauses whose activity is bumped.
PROTECTION_LBD - com.google.ortools.sat.SatParameters.ClauseProtection
Only protect clause with a better LBD.
PROTECTION_LBD_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ClauseProtection
Only protect clause with a better LBD.
PROTECTION_NONE - com.google.ortools.sat.SatParameters.ClauseProtection
No protection.
PROTECTION_NONE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ClauseProtection
No protection.
PSEUDO_COST_RELIABILITY_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PSEUDO_COST_SEARCH - com.google.ortools.sat.SatParameters.SearchBranching
If used, the solver uses the pseudo costs for branching.
PSEUDO_COST_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
If used, the solver uses the pseudo costs for branching.
pushContext(String) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
pushState() - Method in class com.google.ortools.constraintsolver.Solver
The PushState and PopState methods manipulates the states
of the reversible objects.
putAllConstraintOverrides(Map<Integer, MPConstraintProto>) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Constraints can be changed (or added) in the same way as variables, see above.
putAllVariableOverrides(Map<Integer, MPVariableProto>) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
putConstraintOverrides(int, MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Constraints can be changed (or added) in the same way as variables, see above.
putVariableOverrides(int, MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.

Q

QCOEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
QUADRATIC_CONSTRAINT - com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
 
QUADRATIC_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
QUADRATIC_OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
QVAR1_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
QVAR1_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticObjective
 
QVAR2_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
QVAR2_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticObjective
 

R

rand32(int) - Method in class com.google.ortools.constraintsolver.Solver
Returns a random value between 0 and 'size' - 1;
rand64(long) - Method in class com.google.ortools.constraintsolver.Solver
Returns a random value between 0 and 'size' - 1;
RANDOM_BRANCHES_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RANDOM_POLARITY_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RANDOM_SEED_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
randomConcatenateOperators(LocalSearchOperator[]) - Method in class com.google.ortools.constraintsolver.Solver
Randomized version of local search concatenator; calls a random operator
at each call to MakeNextNeighbor().
randomConcatenateOperators(LocalSearchOperator[], int) - Method in class com.google.ortools.constraintsolver.Solver
Randomized version of local search concatenator; calls a random operator
at each call to MakeNextNeighbor().
RANDOMIZE_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
range(int[], int[]) - Method in class com.google.ortools.constraintsolver.IntExpr
By default calls Min() and Max(), but can be redefined when Min and Max
code can be factorized.
rankFirst(int) - Method in class com.google.ortools.constraintsolver.SequenceVar
Ranks the index_th interval var first of all unranked interval
vars.
rankFirst(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
SequenceVar modifiers
rankFirst(Solver, int) - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
rankLast(int) - Method in class com.google.ortools.constraintsolver.SequenceVar
Ranks the index_th interval var first of all unranked interval
vars.
rankLast(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
rankLast(Solver, int) - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
rankNotFirst(int) - Method in class com.google.ortools.constraintsolver.SequenceVar
Indicates that the index_th interval var will not be ranked first
of all currently unranked interval vars.
rankNotFirst(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
rankNotLast(int) - Method in class com.google.ortools.constraintsolver.SequenceVar
Indicates that the index_th interval var will not be ranked first
of all currently unranked interval vars.
rankNotLast(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
rankSequence(int[], int[], int[]) - Method in class com.google.ortools.constraintsolver.SequenceVar
Applies the following sequence of ranks, ranks first, then rank
last.
rankSequence(SequenceVar, int[], int[], int[]) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
rawValue() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
readAssignment(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Reads an assignment from a file and returns the current solution.
Returns nullptr if the file cannot be opened or if the assignment is not
valid.
readAssignmentFromRoutes(long[][], boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
Restores the routes as the current solution.
RECURSIVE - com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
RECURSIVE = 2;
RECURSIVE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
RECURSIVE = 2;
REDUCE_MEMORY_USAGE_IN_INTERLEAVE_MODE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
REDUCE_VEHICLE_COST_MODEL_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingModelParameters
 
REDUCED_COST_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
reducedCost() - Method in class com.google.ortools.linearsolver.MPVariable
Advanced usage: returns the reduced cost of the variable in the current
solution (only available for continuous problems).
refute(Solver) - Method in class com.google.ortools.constraintsolver.Decision
Refute will be called after a backtrack.
refuteDecision(Decision) - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
refuteDecision(Decision) - Method in class com.google.ortools.constraintsolver.SearchLimit
 
refuteDecision(Decision) - Method in class com.google.ortools.constraintsolver.SearchLog
 
refuteDecision(Decision) - Method in class com.google.ortools.constraintsolver.SearchMonitor
Before refuting the decision.
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.constraintsolver.RoutingEnums
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.constraintsolver.RoutingParameters
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.constraintsolver.SearchLimitProtobuf
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.constraintsolver.SolverParameters
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.linearsolver.LinearSolver
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.sat.CpModelProtobuf
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.sat.SatParametersOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.util.OptionalBooleanOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingEnums
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingParameters
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SearchLimitProtobuf
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SolverParameters
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.LinearSolver
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProtobuf
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParametersOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.util.OptionalBooleanOuterClass
 
registerDemon(Demon) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
registerDemon(Demon) - Method in class com.google.ortools.constraintsolver.Solver
Adds a new demon and wraps it inside a DemonProfiler if necessary.
registerIntervalVar(IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
Registers a new IntervalVar and wraps it inside a TraceIntervalVar
if necessary.
registerIntExpr(IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
Registers a new IntExpr and wraps it inside a TraceIntExpr if necessary.
registerIntVar(IntVar) - Method in class com.google.ortools.constraintsolver.Solver
Registers a new IntVar and wraps it inside a TraceIntVar if necessary.
registerNewSolution(Assignment) - Method in class com.google.ortools.constraintsolver.SolutionPool
This method is called when a new solution has been accepted by the local
search.
registerPositiveTransitCallback(LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
registerPositiveUnaryTransitCallback(LongUnaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
registerTransitCallback(LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
registerTransitMatrix(long[][]) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
registerUnaryTransitCallback(LongUnaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
registerUnaryTransitVector(long[]) - Method in class com.google.ortools.constraintsolver.RoutingModel
Registers 'callback' and returns its index.
RegularLimit - Class in com.google.ortools.constraintsolver
Usual limit based on wall_time, number of explored branches and
number of failures in the search tree
RegularLimit(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RegularLimit
 
RegularLimit(Solver, SWIGTYPE_p_absl__Duration, long, long, long, boolean, boolean) - Constructor for class com.google.ortools.constraintsolver.RegularLimit
 
RegularLimit_accept(long, RegularLimit, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_branches(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_check(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_copy(long, RegularLimit, long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_exitSearch(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_failures(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_init(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_IsUncheckedSolutionLimitReached(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_makeClone(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_MakeIdenticalClone(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_progressPercent(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_solutions(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_toString(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_UpdateLimits(long, RegularLimit, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_wall_time(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimitParameters - Class in com.google.ortools.constraintsolver
A search limit The default values for int64 fields is the maxima value, i.e., 2^63-1
RegularLimitParameters.Builder - Class in com.google.ortools.constraintsolver
A search limit The default values for int64 fields is the maxima value, i.e., 2^63-1
RegularLimitParametersOrBuilder - Interface in com.google.ortools.constraintsolver
 
RELATIVE_GAP_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RELATIVE_MIP_GAP - com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
Limit for relative MIP gap.
RELATIVE_MIP_GAP_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
Relax(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
Lets the filter know what delta and deltadelta will be passed in the next
Accept().
RELOCATE - Static variable in class com.google.ortools.constraintsolver.Solver
Relocate neighborhood with length of 1 (see OROPT comment).
RELOCATE_EXPENSIVE_CHAIN_NUM_ARCS_TO_CONSIDER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
removeAllPossibleFromBin(int) - Method in class com.google.ortools.constraintsolver.Pack
 
removeConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
removeConstraintOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Constraints can be changed (or added) in the same way as variables, see above.
removeConstraints(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
removeExprs(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
removeGeneralConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
removeInterval(long, long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
removeInterval(long, long) - Method in class com.google.ortools.constraintsolver.IntVar
This method removes the interval 'l' ..
removeInterval(IntVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
removeOrbitopes(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
removePermutations(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
removeSearchStrategy(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
removeTightenedVariables(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
removeTransformations(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
removeValue(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
removeValue(long) - Method in class com.google.ortools.constraintsolver.IntVar
This method removes the value 'v' from the domain of the variable.
removeValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
removeValues(long[]) - Method in class com.google.ortools.constraintsolver.IntVar
This method remove the values from the domain of the variable.
removeValues(IntVar, long[]) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
removeVariable(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
removeVariableOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
The variable protos listed here will override (via MergeFrom()) the ones in the baseline model: you only need to specify the fields that change.
removeVariables(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
REPAIR_HINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
reSeed(int) - Method in class com.google.ortools.constraintsolver.Solver
Reseed the solver random generator.
RESERVOIR - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
RESERVOIR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
ReservoirConstraintProto - Class in com.google.ortools.sat
Maintain a reservoir level within bounds.
ReservoirConstraintProto.Builder - Class in com.google.ortools.sat
Maintain a reservoir level within bounds.
ReservoirConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
reset() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
reset() - Method in class com.google.ortools.constraintsolver.PathOperator
 
reset() - Method in class com.google.ortools.linearsolver.MPSolver
Advanced usage: resets extracted model to solve from scratch.

This won't reset the parameters that were set with
SetSolverSpecificParametersAsString() or set_time_limit() or even clear the
linear program.
reset(IntervalVar) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
reset(IntVar) - Method in class com.google.ortools.constraintsolver.IntVarElement
 
reset(SequenceVar) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
Reset() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
Sets the filter to empty solution.
reset_action_on_fail() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
This method clears the failure callback.
resize(long) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
Advanced usage: Resizes the container, potentially adding elements with
null variables.
resize(long) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
Advanced usage: Resizes the container, potentially adding elements with
null variables.
resize(long) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
Advanced usage: Resizes the container, potentially adding elements with
null variables.
response() - Method in class com.google.ortools.sat.CpSolver
Returns the internal response protobuf that is returned internally by the SAT solver.
responseStats() - Method in class com.google.ortools.sat.CpSolver
Returns some statistics on the solution found as a string.
RESTART_ALGORITHMS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RESTART_DL_AVERAGE_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RESTART_LBD_AVERAGE_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RESTART_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RESTART_RUNNING_WINDOW_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
restartAtPathStartOnSynchronize() - Method in class com.google.ortools.constraintsolver.PathOperator
When the operator is being synchronized with a new solution (when Start()
is called), returns true to restart the exploration of the neighborhood
from the start of the last paths explored; returns false to restart the
exploration at the last nodes visited.
This is used to avoid restarting on base nodes which have changed paths,
leading to potentially skipping neighbors.
restartCurrentSearch() - Method in class com.google.ortools.constraintsolver.Solver
 
restartSearch() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Restart the search.
restartSearch() - Method in class com.google.ortools.constraintsolver.Solver
 
restore() - Method in class com.google.ortools.constraintsolver.Assignment
 
restore() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
restore() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
restore() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
restore() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
restore() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
restore() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
restoreAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
Restores an assignment as a solution in the routing model and returns the
new solution.
restoreValue() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
RESULTANT_VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPAbsConstraint
 
RESULTANT_VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPArrayConstraint
 
RESULTANT_VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
RevBool - Class in com.google.ortools.constraintsolver
This class adds reversibility to a POD type.
It contains the stamp optimization.
RevBool(boolean) - Constructor for class com.google.ortools.constraintsolver.RevBool
 
RevBool(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RevBool
 
RevBool_setValue(long, RevBool, long, Solver, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevBool_value(long, RevBool) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
REVERSIBLE_ACTION - Static variable in class com.google.ortools.constraintsolver.Solver
 
Revert() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
Cancels the changes made by the last Relax()/Accept() calls.
Revert() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
RevInteger - Class in com.google.ortools.constraintsolver
This class adds reversibility to a POD type.
It contains the stamp optimization.
RevInteger(int) - Constructor for class com.google.ortools.constraintsolver.RevInteger
 
RevInteger(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RevInteger
 
RevInteger_setValue(long, RevInteger, long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevInteger_value(long, RevInteger) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevLong - Class in com.google.ortools.constraintsolver
This class adds reversibility to a POD type.
It contains the stamp optimization.
RevLong(long) - Constructor for class com.google.ortools.constraintsolver.RevLong
 
RevLong(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RevLong
 
RevLong_setValue(long, RevLong, long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevLong_value(long, RevLong) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence - Class in com.google.ortools.constraintsolver
----- RevPartialSequence -----
RevPartialSequence(int) - Constructor for class com.google.ortools.constraintsolver.RevPartialSequence
 
RevPartialSequence(int[]) - Constructor for class com.google.ortools.constraintsolver.RevPartialSequence
 
RevPartialSequence(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RevPartialSequence
 
RevPartialSequence_isRanked(long, RevPartialSequence, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence_numFirstRanked(long, RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence_numLastRanked(long, RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence_rankFirst(long, RevPartialSequence, long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence_rankLast(long, RevPartialSequence, long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence_size(long, RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence_toString(long, RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ROUTES - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
ROUTES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
RoutesConstraintProto - Class in com.google.ortools.sat
The "VRP" (Vehicle Routing Problem) constraint.
RoutesConstraintProto.Builder - Class in com.google.ortools.sat
The "VRP" (Vehicle Routing Problem) constraint.
RoutesConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
routesToAssignment(long[][], boolean, boolean, Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
Fills an assignment from a specification of the routes of the
vehicles.
ROUTING_FAIL - Static variable in class com.google.ortools.constraintsolver.RoutingModel
No solution found to the problem after calling RoutingModel::Solve().
ROUTING_FAIL_TIMEOUT - Static variable in class com.google.ortools.constraintsolver.RoutingModel
Time limit reached before finding a solution with RoutingModel::Solve().
ROUTING_INVALID - Static variable in class com.google.ortools.constraintsolver.RoutingModel
Model, model parameters or flags are not valid.
ROUTING_NOT_SOLVED - Static variable in class com.google.ortools.constraintsolver.RoutingModel
Problem not solved yet (before calling RoutingModel::Solve()).
ROUTING_SUCCESS - Static variable in class com.google.ortools.constraintsolver.RoutingModel
Problem solved successfully after calling RoutingModel::Solve().
RoutingDimension - Class in com.google.ortools.constraintsolver
Dimensions represent quantities accumulated at nodes along the routes.
RoutingDimension(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingDimension
 
RoutingDimension_addNodePrecedence(long, RoutingDimension, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_base_dimension(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_cumuls(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_cumulVar(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_fixed_transits(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_fixedTransitVar(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getBreakIntervalsOfVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getCumulVarSoftLowerBound(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getCumulVarSoftLowerBoundCoefficient(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getCumulVarSoftUpperBound(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getCumulVarSoftUpperBoundCoefficient(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_GetGlobalOptimizerOffset(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getGlobalSpanCostCoefficient(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_GetLocalOptimizerOffsetForVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_GetPostTravelEvaluatorOfVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_GetPreTravelEvaluatorOfVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getSpanCostCoefficientForVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getSpanUpperBoundForVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getTransitValue(long, RoutingDimension, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getTransitValueFromClass(long, RoutingDimension, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_HasBreakConstraints(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_hasCumulVarSoftLowerBound(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_hasCumulVarSoftUpperBound(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_hasPickupToDeliveryLimits(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_InitializeBreaks(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_model(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_name(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setBreakDistanceDurationOfVehicle(long, RoutingDimension, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setBreakIntervalsOfVehicle__SWIG_0(long, RoutingDimension, IntervalVar[], int, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setBreakIntervalsOfVehicle__SWIG_1(long, RoutingDimension, IntervalVar[], int, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setBreakIntervalsOfVehicle__SWIG_2(long, RoutingDimension, IntervalVar[], int, long[], LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setCumulVarSoftLowerBound(long, RoutingDimension, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setCumulVarSoftUpperBound(long, RoutingDimension, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setGlobalSpanCostCoefficient(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setPickupToDeliveryLimitFunctionForPair(long, RoutingDimension, IntIntToLongFunction, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setSpanCostCoefficientForAllVehicles(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setSpanCostCoefficientForVehicle(long, RoutingDimension, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setSpanUpperBoundForVehicle(long, RoutingDimension, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_shortestTransitionSlack(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_slacks(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_slackVar(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_transits(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_transitVar(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingEnums - Class in com.google.ortools.constraintsolver
 
RoutingIndexManager - Class in com.google.ortools.constraintsolver
Manager for any NodeIndex <-> variable index conversion.
RoutingIndexManager(int, int, int) - Constructor for class com.google.ortools.constraintsolver.RoutingIndexManager
Creates a NodeIndex to variable index mapping for a problem containing
'num_nodes', 'num_vehicles' and the given starts and ends for each
vehicle.
RoutingIndexManager(int, int, int[], int[]) - Constructor for class com.google.ortools.constraintsolver.RoutingIndexManager
 
RoutingIndexManager(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingIndexManager
 
RoutingIndexManager_getEndIndex(long, RoutingIndexManager, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_getNumberOfIndices(long, RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_getNumberOfNodes(long, RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_getNumberOfVehicles(long, RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_getStartIndex(long, RoutingIndexManager, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_indexToNode(long, RoutingIndexManager, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_nodesToIndices(long, RoutingIndexManager, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_nodeToIndex(long, RoutingIndexManager, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel - Class in com.google.ortools.constraintsolver
 
RoutingModel(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel
 
RoutingModel(RoutingIndexManager) - Constructor for class com.google.ortools.constraintsolver.RoutingModel
Constructor taking an index manager.
RoutingModel(RoutingIndexManager, RoutingModelParameters) - Constructor for class com.google.ortools.constraintsolver.RoutingModel
 
RoutingModel_activeVar(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_activeVehicleVar(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addAtSolutionCallback(long, RoutingModel, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addConstantDimension(long, RoutingModel, long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addConstantDimensionWithSlack(long, RoutingModel, long, long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDimension(long, RoutingModel, int, long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDimensionWithVehicleCapacity(long, RoutingModel, int, long, long[], boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDimensionWithVehicleTransitAndCapacity(long, RoutingModel, int[], long, long[], boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDimensionWithVehicleTransits(long, RoutingModel, int[], long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDisjunction__SWIG_0(long, RoutingModel, long[], long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDisjunction__SWIG_1(long, RoutingModel, long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDisjunction__SWIG_2(long, RoutingModel, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ADDED_TYPE_REMOVED_FROM_VEHICLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addHardTypeIncompatibility(long, RoutingModel, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addIntervalToAssignment(long, RoutingModel, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addLocalSearchFilter(long, RoutingModel, long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addLocalSearchOperator(long, RoutingModel, long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addMatrixDimension(long, RoutingModel, long[][], long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addPickupAndDelivery(long, RoutingModel, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addPickupAndDeliverySets(long, RoutingModel, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addRequiredTypeAlternativesWhenAddingType(long, RoutingModel, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addRequiredTypeAlternativesWhenRemovingType(long, RoutingModel, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addSearchMonitor(long, RoutingModel, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addSoftSameVehicleConstraint(long, RoutingModel, long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addTemporalTypeIncompatibility(long, RoutingModel, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addToAssignment(long, RoutingModel, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addVariableMaximizedByFinalizer(long, RoutingModel, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addVariableMinimizedByFinalizer(long, RoutingModel, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addVariableTargetToFinalizer(long, RoutingModel, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addVectorDimension(long, RoutingModel, long[], long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_AddWeightedVariableMinimizedByFinalizer(long, RoutingModel, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_applyLocks(long, RoutingModel, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_applyLocksToAllVehicles(long, RoutingModel, long[][], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_arcIsMoreConstrainedThanArc(long, RoutingModel, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_AreEmptyRouteCostsConsideredForVehicle(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_assignmentToRoutes(long, RoutingModel, long, Assignment, long[][]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_checkLimit(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_closeModel(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_closeModelWithParameters(long, RoutingModel, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_closeVisitTypes(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_compactAndCheckAssignment(long, RoutingModel, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_compactAssignment(long, RoutingModel, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_computeLowerBound(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ConsiderEmptyRouteCostsForVehicle(long, RoutingModel, boolean, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_costsAreHomogeneousAcrossVehicles(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_costVar(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_debugOutputAssignment(long, RoutingModel, long, Assignment, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_end(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getAmortizedLinearCostFactorOfVehicles(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getAmortizedQuadraticCostFactorOfVehicles(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getArcCostForClass(long, RoutingModel, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getArcCostForFirstSolution(long, RoutingModel, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getArcCostForVehicle(long, RoutingModel, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getCostClassesCount(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getCostClassIndexOfVehicle(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getDepot(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getDimensionOrDie(long, RoutingModel, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getDisjunctionIndices__SWIG_0(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getDisjunctionIndices__SWIG_1(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getDisjunctionMaxCardinality(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getDisjunctionPenalty(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getFixedCostOfVehicle(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getHomogeneousCost(long, RoutingModel, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetMaximumNumberOfActiveVehicles(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getMutableDimension(long, RoutingModel, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getNonZeroCostClassesCount(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getNumberOfDecisionsInFirstSolution(long, RoutingModel, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getNumberOfDisjunctions(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getNumberOfRejectsInFirstSolution(long, RoutingModel, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getNumberOfVisitTypes(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getNumOfSingletonNodes(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetPairIndicesOfType(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getPickupAndDeliveryPolicyOfVehicle(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getPrimaryConstrainedDimension(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetRequiredTypeAlternativesWhenAddingType(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetRequiredTypeAlternativesWhenRemovingType(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getSameVehicleIndicesOfIndex(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetSingleNodesOfType(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getTemporalTypeIncompatibilitiesOfType(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getVehicleClassesCount(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getVehicleClassIndexOfVehicle(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetVehicleTypeContainer(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getVisitType(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetVisitTypePolicy(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_hasDimension(long, RoutingModel, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_hasHardTypeIncompatibilities(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_hasSameVehicleTypeRequirements(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_hasTemporalTypeIncompatibilities(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_hasTemporalTypeRequirements(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_hasVehicleWithCostClassIndex(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ignoreDisjunctionsAlreadyForcedToZero(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_isEnd(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_isMatchingModel(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_isStart(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_isVehicleAllowedForIndex(long, RoutingModel, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_isVehicleUsed(long, RoutingModel, long, Assignment, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_kNoDimension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_kNoDisjunction_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_kNoPenalty_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_makeGuidedSlackFinalizer(long, RoutingModel, long, RoutingDimension, LongUnaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_MakePathSpansAndTotalSlacks(long, RoutingModel, long, RoutingDimension, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_makeSelfDependentDimensionFinalizer(long, RoutingModel, long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_mutablePreAssignment(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_next(long, RoutingModel, long, Assignment, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_nexts(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_nextVar(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_nodes(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_PICKUP_AND_DELIVERY_FIFO_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_PICKUP_AND_DELIVERY_LIFO_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_PICKUP_AND_DELIVERY_NO_ORDER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_preAssignment(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_readAssignment(long, RoutingModel, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_readAssignmentFromRoutes(long, RoutingModel, long[][], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_registerPositiveTransitCallback(long, RoutingModel, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_registerPositiveUnaryTransitCallback(long, RoutingModel, LongUnaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_registerTransitCallback(long, RoutingModel, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_registerTransitMatrix(long, RoutingModel, long[][]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_registerUnaryTransitCallback(long, RoutingModel, LongUnaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_registerUnaryTransitVector(long, RoutingModel, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_restoreAssignment(long, RoutingModel, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_routesToAssignment(long, RoutingModel, long[][], boolean, boolean, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ROUTING_FAIL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ROUTING_FAIL_TIMEOUT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ROUTING_INVALID_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ROUTING_NOT_SOLVED_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ROUTING_SUCCESS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setAllowedVehiclesForIndex(long, RoutingModel, int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setAmortizedCostFactorsOfAllVehicles(long, RoutingModel, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setAmortizedCostFactorsOfVehicle(long, RoutingModel, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setArcCostEvaluatorOfAllVehicles(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setArcCostEvaluatorOfVehicle(long, RoutingModel, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setAssignmentFromOtherModelAssignment(long, RoutingModel, long, Assignment, long, RoutingModel, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setFirstSolutionEvaluator(long, RoutingModel, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setFixedCostOfAllVehicles(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setFixedCostOfVehicle(long, RoutingModel, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_SetMaximumNumberOfActiveVehicles(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setPickupAndDeliveryPolicyOfAllVehicles(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setPickupAndDeliveryPolicyOfVehicle(long, RoutingModel, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setPrimaryConstrainedDimension(long, RoutingModel, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setVisitType(long, RoutingModel, long, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_size(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_solve__SWIG_0(long, RoutingModel, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_solve__SWIG_1(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_solveFromAssignmentWithParameters(long, RoutingModel, long, Assignment, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_solver(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_solveWithParameters(long, RoutingModel, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_start(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_status(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_TYPE_ADDED_TO_VEHICLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_TYPE_ON_VEHICLE_UP_TO_VISIT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_unperformedPenalty(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_unperformedPenaltyOrValue(long, RoutingModel, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleCostsConsideredVar(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleIndex(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_vehicles(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_NumTypes(long, RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_sorted_vehicle_classes_per_type_get(long, RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_sorted_vehicle_classes_per_type_set(long, RoutingModel.VehicleTypeContainer, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_Type(long, RoutingModel.VehicleTypeContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_type_index_of_vehicle_get(long, RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_type_index_of_vehicle_set(long, RoutingModel.VehicleTypeContainer, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_VehicleClassEntry_fixed_cost_get(long, RoutingModel.VehicleTypeContainer.VehicleClassEntry) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_VehicleClassEntry_fixed_cost_set(long, RoutingModel.VehicleTypeContainer.VehicleClassEntry, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_VehicleClassEntry_vehicle_class_get(long, RoutingModel.VehicleTypeContainer.VehicleClassEntry) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_VehicleClassEntry_vehicle_class_set(long, RoutingModel.VehicleTypeContainer.VehicleClassEntry, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_vehicles_per_vehicle_class_get(long, RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_vehicles_per_vehicle_class_set(long, RoutingModel.VehicleTypeContainer, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_vehicleVar(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_vehicleVars(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_writeAssignment(long, RoutingModel, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel.VehicleTypeContainer - Class in com.google.ortools.constraintsolver
Struct used to sort and store vehicles by their type.
RoutingModel.VehicleTypeContainer.VehicleClassEntry - Class in com.google.ortools.constraintsolver
 
RoutingModelParameters - Class in com.google.ortools.constraintsolver
Parameters which have to be set when creating a RoutingModel.
RoutingModelParameters.Builder - Class in com.google.ortools.constraintsolver
Parameters which have to be set when creating a RoutingModel.
RoutingModelParametersOrBuilder - Interface in com.google.ortools.constraintsolver
 
RoutingModelVisitor - Class in com.google.ortools.constraintsolver
Routing model visitor.
RoutingModelVisitor() - Constructor for class com.google.ortools.constraintsolver.RoutingModelVisitor
 
RoutingModelVisitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModelVisitor
 
RoutingModelVisitor_kLightElement_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModelVisitor_kLightElement2_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModelVisitor_kRemoveValues_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModelVisitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingParameters - Class in com.google.ortools.constraintsolver
 
RoutingSearchParameters - Class in com.google.ortools.constraintsolver
Parameters defining the search used to solve vehicle routing problems.
RoutingSearchParameters.Builder - Class in com.google.ortools.constraintsolver
Parameters defining the search used to solve vehicle routing problems.
RoutingSearchParameters.ImprovementSearchLimitParameters - Class in com.google.ortools.constraintsolver
Parameters required for the improvement search limit.
RoutingSearchParameters.ImprovementSearchLimitParameters.Builder - Class in com.google.ortools.constraintsolver
Parameters required for the improvement search limit.
RoutingSearchParameters.ImprovementSearchLimitParametersOrBuilder - Interface in com.google.ortools.constraintsolver
 
RoutingSearchParameters.LocalSearchNeighborhoodOperators - Class in com.google.ortools.constraintsolver
Local search neighborhood operators used to build a solutions neighborhood.
RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder - Class in com.google.ortools.constraintsolver
Local search neighborhood operators used to build a solutions neighborhood.
RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder - Interface in com.google.ortools.constraintsolver
 
RoutingSearchParameters.SchedulingSolver - Enum in com.google.ortools.constraintsolver
Underlying solver to use in dimension scheduling, respectively for continuous and mixed models.
RoutingSearchParametersOrBuilder - Interface in com.google.ortools.constraintsolver
 
run(Solver) - Method in class com.google.ortools.constraintsolver.Demon
This is the main callback of the demon.

S

safeDurationExpr(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
safeEndExpr(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
safeStartExpr(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
These methods create expressions encapsulating the start, end
and duration of the interval var.
SAT_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
WARNING: This solver will currently interpret all variables as integer, so any solution you get will be valid, but the optimal might be far away for the real one (when you authorise non-integer value for continuous variables).
SAT_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
SAT_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
WARNING: This solver will currently interpret all variables as integer, so any solution you get will be valid, but the optimal might be far away for the real one (when you authorise non-integer value for continuous variables).
SatHelper - Class in com.google.ortools.sat
 
SatHelper() - Constructor for class com.google.ortools.sat.SatHelper
 
SatHelper(long, boolean) - Constructor for class com.google.ortools.sat.SatHelper
 
SatHelper_modelStats(byte[]) - Static method in class com.google.ortools.sat.mainJNI
 
SatHelper_solve(byte[]) - Static method in class com.google.ortools.sat.mainJNI
 
SatHelper_solverResponseStats(byte[]) - Static method in class com.google.ortools.sat.mainJNI
 
SatHelper_solveWithParameters(byte[], byte[]) - Static method in class com.google.ortools.sat.mainJNI
 
SatHelper_solveWithParametersAndSolutionCallback(byte[], byte[], long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SatHelper_validateModel(byte[]) - Static method in class com.google.ortools.sat.mainJNI
 
SatHelper_variableDomain(byte[]) - Static method in class com.google.ortools.sat.mainJNI
 
SatHelper_writeModelToFile(byte[], String) - Static method in class com.google.ortools.sat.mainJNI
 
SatParameters - Class in com.google.ortools.sat
Contains the definitions for all the sat algorithm parameters and their default values.
SatParameters.BinaryMinizationAlgorithm - Enum in com.google.ortools.sat
Whether to expoit the binary clause to minimize learned clauses further.
SatParameters.Builder - Class in com.google.ortools.sat
Contains the definitions for all the sat algorithm parameters and their default values.
SatParameters.ClauseOrdering - Enum in com.google.ortools.sat
The clauses that will be kept during a cleanup are the ones that come first under this order.
SatParameters.ClauseProtection - Enum in com.google.ortools.sat
Each time a clause activity is bumped, the clause has a chance to be protected during the next cleanup phase.
SatParameters.ConflictMinimizationAlgorithm - Enum in com.google.ortools.sat
Do we try to minimize conflicts (greedily) when creating them.
SatParameters.FPRoundingMethod - Enum in com.google.ortools.sat
Rounding method to use for feasibility pump.
SatParameters.MaxSatAssumptionOrder - Enum in com.google.ortools.sat
In what order do we add the assumptions in a core-based max-sat algorithm
SatParameters.MaxSatStratificationAlgorithm - Enum in com.google.ortools.sat
What stratification algorithm we use in the presence of weight.
SatParameters.Polarity - Enum in com.google.ortools.sat
Specifies the initial polarity (true/false) when the solver branches on a variable.
SatParameters.RestartAlgorithm - Enum in com.google.ortools.sat
Restart algorithms.
SatParameters.SearchBranching - Enum in com.google.ortools.sat
The search branching will be used to decide how to branch on unfixed nodes.
SatParameters.VariableOrder - Enum in com.google.ortools.sat
Variables without activity (i.e.
SatParametersOrBuilder - Interface in com.google.ortools.sat
 
SatParametersOuterClass - Class in com.google.ortools.sat
 
save(String) - Method in class com.google.ortools.constraintsolver.Assignment
Saves the assignment to a file.
SAVINGS - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Savings algorithm (Clarke & Wright).
SAVINGS_ADD_REVERSE_ARCS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
SAVINGS_ARC_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
SAVINGS_MAX_MEMORY_USAGE_BYTES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
SAVINGS_NEIGHBORS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
SAVINGS_PARALLEL_ROUTES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
SAVINGS_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Savings algorithm (Clarke & Wright).
SCALING - com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
Advanced usage: enable or disable matrix scaling.
SCALING_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
 
SCALING_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
SCALING_OFF - com.google.ortools.linearsolver.MPSolverParameters.ScalingValues
Scaling is off.
SCALING_ON - com.google.ortools.linearsolver.MPSolverParameters.ScalingValues
Scaling is on.
scalProd(IntVar[], int[]) - Static method in interface com.google.ortools.sat.LinearExpr
Creates a scalar product.
scalProd(IntVar[], long[]) - Static method in interface com.google.ortools.sat.LinearExpr
Creates a scalar product.
ScalProd - Class in com.google.ortools.sat
A linear expression interface that can be parsed.
ScalProd(IntVar[], long[]) - Constructor for class com.google.ortools.sat.ScalProd
 
ScalProd(Literal[]) - Constructor for class com.google.ortools.sat.ScalProd
 
ScalProd(Literal[], long[]) - Constructor for class com.google.ortools.sat.ScalProd
 
SCIP_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
Recommended default for MIP models.
SCIP_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
SCIP_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Recommended default for MIP models.
SEARCH_BRANCHING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
SEARCH_RANDOMIZATION_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
SEARCH_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
searchAllSolutions(CpModel, CpSolverSolutionCallback) - Method in class com.google.ortools.sat.CpSolver
Searches for all solutions of a satisfiability problem.
searchDepth() - Method in class com.google.ortools.constraintsolver.Solver
Gets the search depth of the current active search.
searchLeftDepth() - Method in class com.google.ortools.constraintsolver.Solver
Gets the search left depth of the current active search.
SearchLimit - Class in com.google.ortools.constraintsolver
Base class of all search limits.
SearchLimit(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SearchLimit
 
SearchLimit_beginNextDecision(long, SearchLimit, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLimit_check(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLimit_copy(long, SearchLimit, long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLimit_crossed(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLimit_enterSearch(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLimit_init(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLimit_makeClone(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLimit_periodicCheck(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLimit_refuteDecision(long, SearchLimit, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLimit_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLimit_toString(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLimitProtobuf - Class in com.google.ortools.constraintsolver
 
SearchLog - Class in com.google.ortools.constraintsolver
The base class of all search logs that periodically outputs information when
the search is running.
SearchLog(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SearchLog
 
SearchLog(Solver, OptimizeVar, IntVar, double, double, Supplier<String>, boolean, int) - Constructor for class com.google.ortools.constraintsolver.SearchLog
 
SearchLog_AcceptUncheckedNeighbor(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_applyDecision(long, SearchLog, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_atSolution(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_beginFail(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_beginInitialPropagation(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_endInitialPropagation(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_enterSearch(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_exitSearch(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_maintain(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_noMoreSolutions(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_outputDecision(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_refuteDecision(long, SearchLog, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchLog_toString(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor - Class in com.google.ortools.constraintsolver
A search monitor is a simple set of callbacks to monitor all search events
SearchMonitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SearchMonitor
 
SearchMonitor(Solver) - Constructor for class com.google.ortools.constraintsolver.SearchMonitor
 
SearchMonitor_accept(long, SearchMonitor, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_acceptDelta(long, SearchMonitor, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_acceptDeltaSwigExplicitSearchMonitor(long, SearchMonitor, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_acceptNeighbor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_acceptNeighborSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_acceptSolution(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_acceptSolutionSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_acceptSwigExplicitSearchMonitor(long, SearchMonitor, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_AcceptUncheckedNeighbor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_AcceptUncheckedNeighborSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_afterDecision(long, SearchMonitor, long, Decision, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_afterDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, Decision, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_applyDecision(long, SearchMonitor, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_applyDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_atSolution(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_atSolutionSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_beginFail(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_beginFailSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_beginInitialPropagation(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_beginInitialPropagationSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_beginNextDecision(long, SearchMonitor, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_beginNextDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_change_ownership(SearchMonitor, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_director_connect(SearchMonitor, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_endFail(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_endFailSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_endInitialPropagation(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_endInitialPropagationSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_endNextDecision(long, SearchMonitor, long, DecisionBuilder, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_endNextDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, DecisionBuilder, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_enterSearch(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_enterSearchSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_exitSearch(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_exitSearchSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_install(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_installSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_IsUncheckedSolutionLimitReached(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_IsUncheckedSolutionLimitReachedSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_kNoProgress_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_localOptimum(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_localOptimumSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_noMoreSolutions(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_noMoreSolutionsSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_periodicCheck(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_periodicCheckSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_progressPercent(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_progressPercentSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_refuteDecision(long, SearchMonitor, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_refuteDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_restartSearch(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_restartSearchSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_solver(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SearchMonitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SELECT_LOWER_HALF - com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
SELECT_LOWER_HALF = 2;
SELECT_LOWER_HALF_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
SELECT_LOWER_HALF = 2;
SELECT_MAX_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
SELECT_MAX_VALUE - com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
SELECT_MAX_VALUE = 1;
SELECT_MAX_VALUE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
SELECT_MAX_VALUE = 1;
SELECT_MEDIAN_VALUE - com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
SELECT_MEDIAN_VALUE = 4;
SELECT_MEDIAN_VALUE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
SELECT_MEDIAN_VALUE = 4;
SELECT_MIN_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
SELECT_MIN_VALUE - com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
SELECT_MIN_VALUE = 0;
SELECT_MIN_VALUE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
SELECT_MIN_VALUE = 0;
SELECT_UPPER_HALF - com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
SELECT_UPPER_HALF = 3;
SELECT_UPPER_HALF_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
SELECT_UPPER_HALF = 3;
SENTINEL - Static variable in class com.google.ortools.constraintsolver.Solver
This enum is used internally in private methods Solver::PushState and
Solver::PopState to tag states in the search tree.
SEQUENCE_DEFAULT - Static variable in class com.google.ortools.constraintsolver.Solver
Used for scheduling.
SEQUENCE_SIMPLE - Static variable in class com.google.ortools.constraintsolver.Solver
 
SequenceVar - Class in com.google.ortools.constraintsolver
A sequence variable is a variable whose domain is a set of possible
orderings of the interval variables.
SequenceVar(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SequenceVar
 
SequenceVar(Solver, IntervalVar[], IntVar[], String) - Constructor for class com.google.ortools.constraintsolver.SequenceVar
 
SequenceVar_accept(long, SequenceVar, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVar_interval(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVar_next(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVar_rankFirst(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVar_rankLast(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVar_rankNotFirst(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVar_rankNotLast(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVar_rankSequence(long, SequenceVar, int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVar_size(long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVar_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVar_toString(long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
sequenceVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
 
SequenceVarElement - Class in com.google.ortools.constraintsolver
The SequenceVarElement stores a partial representation of ranked
interval variables in the underlying sequence variable.
This representation consists of three vectors:
- the forward sequence.
SequenceVarElement() - Constructor for class com.google.ortools.constraintsolver.SequenceVarElement
 
SequenceVarElement(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SequenceVarElement
 
SequenceVarElement(SequenceVar) - Constructor for class com.google.ortools.constraintsolver.SequenceVarElement
 
SequenceVarElement_backwardSequence(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_bound(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_clone(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_copy(long, SequenceVarElement, long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_forwardSequence(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_reset(long, SequenceVarElement, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_restore(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_setBackwardSequence(long, SequenceVarElement, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_setForwardSequence(long, SequenceVarElement, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_setSequence(long, SequenceVarElement, int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_setUnperformed(long, SequenceVarElement, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_store(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_toString(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_unperformed(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarElement_var(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchHandler - Class in com.google.ortools.constraintsolver
 
SequenceVarLocalSearchHandler() - Constructor for class com.google.ortools.constraintsolver.SequenceVarLocalSearchHandler
 
SequenceVarLocalSearchHandler(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SequenceVarLocalSearchHandler
 
SequenceVarLocalSearchHandler(SequenceVarLocalSearchHandler) - Constructor for class com.google.ortools.constraintsolver.SequenceVarLocalSearchHandler
 
SequenceVarLocalSearchHandler(SequenceVarLocalSearchOperator) - Constructor for class com.google.ortools.constraintsolver.SequenceVarLocalSearchHandler
 
SequenceVarLocalSearchHandler_addToAssignment(long, SequenceVarLocalSearchHandler, long, SequenceVar, int[], boolean, long, long, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchHandler_onAddVars(long, SequenceVarLocalSearchHandler) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchHandler_onRevertChanges(long, SequenceVarLocalSearchHandler, long, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchHandler_ValueFromAssignment(long, SequenceVarLocalSearchHandler, long, Assignment, long, SequenceVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperator - Class in com.google.ortools.constraintsolver
 
SequenceVarLocalSearchOperator() - Constructor for class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperator
 
SequenceVarLocalSearchOperator(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperator
 
SequenceVarLocalSearchOperator(SequenceVar[]) - Constructor for class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperator
 
SequenceVarLocalSearchOperator_change_ownership(SequenceVarLocalSearchOperator, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperator_director_connect(SequenceVarLocalSearchOperator, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperator_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate - Class in com.google.ortools.constraintsolver
Base operator class for operators manipulating variables.
SequenceVarLocalSearchOperatorTemplate(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 
SequenceVarLocalSearchOperatorTemplate_activate(long, SequenceVarLocalSearchOperatorTemplate, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate_activated(long, SequenceVarLocalSearchOperatorTemplate, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate_addVars(long, SequenceVarLocalSearchOperatorTemplate, SequenceVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate_deactivate(long, SequenceVarLocalSearchOperatorTemplate, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate_HoldsDelta(long, SequenceVarLocalSearchOperatorTemplate) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate_isIncremental(long, SequenceVarLocalSearchOperatorTemplate) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate_oldValue(long, SequenceVarLocalSearchOperatorTemplate, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate_onStart(long, SequenceVarLocalSearchOperatorTemplate) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate_setValue(long, SequenceVarLocalSearchOperatorTemplate, long, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate_size(long, SequenceVarLocalSearchOperatorTemplate) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate_value(long, SequenceVarLocalSearchOperatorTemplate, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SequenceVarLocalSearchOperatorTemplate_var(long, SequenceVarLocalSearchOperatorTemplate, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SEQUENTIAL_CHEAPEST_INSERTION - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Iteratively build a solution by constructing routes sequentially, for each route inserting the cheapest node at its cheapest position until the route is completed; the cost of insertion is based on the arc cost function.
SEQUENTIAL_CHEAPEST_INSERTION_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Iteratively build a solution by constructing routes sequentially, for each route inserting the cheapest node at its cheapest position until the route is completed; the cost of insertion is based on the arc cost function.
set_optimization_direction(int) - Method in class com.google.ortools.constraintsolver.Solver
 
set_variable_to_clean_on_fail(IntVar) - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
Shortcut for variable cleaner.
setAbsConstraint(MPAbsConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPAbsConstraint abs_constraint = 5;
setAbsConstraint(MPAbsConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPAbsConstraint abs_constraint = 5;
setAbsoluteGapLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
Stop the search when the gap between the best feasible objective (O) and our best objective bound (B) is smaller than a limit.
setActives(int, int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
literals.
setAddCgCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
setAddCliqueCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate clique cuts from the binary implication graph.
setAddKnapsackCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate knapsack cuts.
setAddLinMaxCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
For the lin max constraints, generates the cuts described in "Strong mixed-integer programming formulations for trained neural networks" by Ross Anderson et.
setAddLpConstraintsLazily(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we start by an empty LP, and only add constraints not satisfied by the current LP solution batch by batch.
setAddMirCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate MIR cuts at root node.
setAddZeroHalfCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we generate Zero-Half cuts at root node.
setAllDiff(AllDifferentConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The all_diff constraint forces all variables to take different values.
setAllDiff(AllDifferentConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The all_diff constraint forces all variables to take different values.
setAllowedVehiclesForIndex(int[], long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Sets the vehicles which can visit a given node.
setAllSolutionsWereFound(boolean) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
This will be true iff the solver was asked to find all solutions to a satisfiability problem (or all optimal solutions to an optimization problem), and it was successful in doing so.
setAlsoBumpVariablesInConflictReasons(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, then the variables that appear in any of the reason of the variables in a conflict have their activity bumped.
setAmortizedCostFactorsOfAllVehicles(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
The following methods set the linear and quadratic cost factors of
vehicles (must be positive values).
setAmortizedCostFactorsOfVehicle(long, long, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Sets the linear and quadratic cost factor of the given vehicle.
setAndConstraint(MPArrayConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "and" constraints must be Boolean.
setAndConstraint(MPArrayConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "and" constraints must be Boolean.
setArcCapacity(int, long) - Method in class com.google.ortools.graph.MaxFlow
 
setArcCostEvaluatorOfAllVehicles(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Sets the cost function of the model such that the cost of a segment of a
route between node 'from' and 'to' is evaluator(from, to), whatever the
route or vehicle performing the route.
setArcCostEvaluatorOfVehicle(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Sets the cost function for a given vehicle route.
setArraySplitSize(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
When a sum/min/max operation is applied on a large array, this array is recursively split into blocks of size 'array_split_size'.
setAssigned(int) - Method in class com.google.ortools.constraintsolver.Pack
 
setAssignmentFromAssignment(long, Assignment, IntVar[], long, Assignment, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
setAssignmentFromAssignment(Assignment, IntVar[], Assignment, IntVar[]) - Static method in class com.google.ortools.constraintsolver.main
NOLINT
Given a "source_assignment", clears the "target_assignment" and adds
all IntVars in "target_vars", with the values of the variables set according
to the corresponding values of "source_vars" in "source_assignment".
source_vars and target_vars must have the same number of elements.
The source and target assignments can belong to different Solvers.
setAssignmentFromOtherModelAssignment(Assignment, RoutingModel, Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
Given a "source_model" and its "source_assignment", resets
"target_assignment" with the IntVar variables (nexts_, and vehicle_vars_
if costs aren't homogeneous across vehicles) of "this" model, with the
values set according to those in "other_assignment".
The objective_element of target_assignment is set to this->cost_.
setAssumptions(int, int) - Method in class com.google.ortools.sat.CpModelProto.Builder
A list of literals.
setAtMostOne(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The at_most_one constraint enforces that no more than one literal is true at the same time.
setAtMostOne(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The at_most_one constraint enforces that no more than one literal is true at the same time.
setAutoDetectGreaterThanAtLeastOneOf(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, then the precedences propagator try to detect for each variable if it has a set of "optional incoming arc" for which at least one of them is present.
setAutomaton(AutomatonConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The automaton constraint forces a sequence of variables to be accepted by an automaton.
setAutomaton(AutomatonConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The automaton constraint forces a sequence of variables to be accepted by an automaton.
setBackwardSequence(int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
setBackwardSequence(SequenceVar, int[]) - Method in class com.google.ortools.constraintsolver.Assignment
 
setBaselineModelFilePath(String) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
optional string baseline_model_file_path = 1;
setBaselineModelFilePathBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
optional string baseline_model_file_path = 1;
setBestObjectiveBound(double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
This field is only filled for MIP problems.
setBestObjectiveBound(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Only make sense for an optimization problem.
setBinaryMinimizationAlgorithm(SatParameters.BinaryMinizationAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
setBinarySearchNumConflicts(int) - Method in class com.google.ortools.sat.SatParameters.Builder
If non-negative, perform a binary search on the objective variable in order to find an [min, max] interval outside of which the solver proved unsat/sat under this amount of conflict.
setBlockingRestartMultiplier(double) - Method in class com.google.ortools.sat.SatParameters.Builder
optional double blocking_restart_multiplier = 66 [default = 1.4];
setBlockingRestartWindowSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 blocking_restart_window_size = 65 [default = 5000];
setBoolAnd(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_and constraint forces all of the literals to be true.
setBoolAnd(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_and constraint forces all of the literals to be true.
setBooleanEncodingLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
A non-negative level indicating how much we should try to fully encode Integer variables as Boolean.
setBoolOr(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_or constraint forces at least one literal to be true.
setBoolOr(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_or constraint forces at least one literal to be true.
setBoolXor(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_xor constraint forces an odd number of the literals to be true.
setBoolXor(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_xor constraint forces an odd number of the literals to be true.
setBounds(double, double) - Method in class com.google.ortools.linearsolver.MPConstraint
Sets both the lower and upper bounds.
setBounds(double, double) - Method in class com.google.ortools.linearsolver.MPVariable
Sets both the lower and upper bounds.
setBoxesWithNullAreaCanOverlap(boolean) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
bool boxes_with_null_area_can_overlap = 3;
setBranches(long) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
int64 branches = 2;
setBranchingPriority(int) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
optional int32 branching_priority = 6 [default = 0];
setBreakDistanceDurationOfVehicle(long, long, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
With breaks supposed to be consecutive, this forces the distance between
breaks of size at least minimum_break_duration to be at most distance.
This supposes that the time until route start and after route end are
infinite breaks.
setBreakIntervalsOfVehicle(IntervalVar[], int, int, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Sets the breaks for a given vehicle.
setBreakIntervalsOfVehicle(IntervalVar[], int, long[]) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Deprecated, sets pre_travel(i, j) = node_visit_transit[i].
setBreakIntervalsOfVehicle(IntervalVar[], int, long[], LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Deprecated, sets pre_travel(i, j) = node_visit_transit[i]
and post_travel(i, j) = delays(i, j).
setCapacity(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
int32 capacity = 1;
setCapacity(long) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
int64 capacity = 5;
setCatchSigintSignal(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals when calling solve.
setCheapestInsertionAddUnperformedEntries(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Whether or not to consider entries making the nodes/pairs unperformed in the GlobalCheapestInsertion heuristic.
setCheapestInsertionFarthestSeedsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Ratio (between 0 and 1) of available vehicles in the model on which farthest nodes of the model are inserted as seeds in the GlobalCheapestInsertion first solution heuristic.
setCheapestInsertionFirstSolutionMinNeighbors(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
int32 cheapest_insertion_first_solution_min_neighbors = 44;
setCheapestInsertionFirstSolutionNeighborsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors for each node when creating new insertions in the parallel/sequential cheapest insertion heuristic.
setCheapestInsertionLsOperatorMinNeighbors(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
setCheapestInsertionLsOperatorNeighborsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Neighbors ratio and minimum number of neighbors for the heuristic when used in a local search operator (see local_search_operators.use_global_cheapest_insertion_path_lns and local_search_operators.use_global_cheapest_insertion_chain_lns below).
setCheckSolutionPeriod(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the behavior of local search.
setChristofidesUseMinimumMatching(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true use minimum matching instead of minimal matching in the Christofides algorithm.
setCircuit(CircuitConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
setCircuit(CircuitConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The circuit constraint takes a graph and forces the arcs present (with arc presence indicated by a literal) to form a unique cycle.
setClauseActivityDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
Clause activity parameters (same effect as the one on the variables).
setClauseCleanupLbdBound(int) - Method in class com.google.ortools.sat.SatParameters.Builder
All the clauses with a LBD (literal blocks distance) lower or equal to this parameters will always be kept.
setClauseCleanupOrdering(SatParameters.ClauseOrdering) - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
setClauseCleanupPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Trigger a cleanup when this number of "deletable" clauses is learned.
setClauseCleanupProtection(SatParameters.ClauseProtection) - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
setClauseCleanupTarget(int) - Method in class com.google.ortools.sat.SatParameters.Builder
During a cleanup, we will always keep that number of "deletable" clauses.
setCoefficient(int, double) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
Must be finite.
setCoefficient(int, double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
setCoefficient(int, double) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Must be finite.
setCoefficient(MPVariable, double) - Method in class com.google.ortools.linearsolver.MPConstraint
Sets the coefficient of the variable on the constraint.

If the variable does not belong to the solver, the function just returns,
or crashes in non-opt mode.
setCoefficient(MPVariable, double) - Method in class com.google.ortools.linearsolver.MPObjective
Sets the coefficient of the variable in the objective.

If the variable does not belong to the solver, the function just returns,
or crashes in non-opt mode.
setCoeffs(int, long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
repeated int64 coeffs = 4;
setCoeffs(int, long) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
Same size as vars.
setCoeffs(int, long) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int64 coeffs = 2;
setCompressTrail(ConstraintSolverParameters.TrailCompression) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
This parameter indicates if the solver should compress the trail during the search.
setCompressTrailValue(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
This parameter indicates if the solver should compress the trail during the search.
setConstant(double) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
optional double constant = 2;
setConstraint(int, MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
setConstraint(int, MPConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
setConstraint(MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
The constraint activated by the indicator variable.
setConstraint(MPConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
The constraint activated by the indicator variable.
setConstraints(int, ConstraintProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
setConstraints(int, ConstraintProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
setContinuousSchedulingSolver(RoutingSearchParameters.SchedulingSolver) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
setContinuousSchedulingSolverValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
setConvertIntervals(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Temporary flag util the feature is more mature.
setCountAssumptionLevelsInLbd(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether or not the assumption levels are taken into account during the LBD computation.
setCoverOptimization(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, when the max-sat algo find a core, we compute the minimal number of literals in the core that needs to be true to have a feasible solution.
setCpModelMaxNumPresolveOperations(int) - Method in class com.google.ortools.sat.SatParameters.Builder
If positive, try to stop just after that many presolve rules have been applied.
setCpModelPostsolveWithFullSolver(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Advanced usage.
setCpModelPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we presolve the cp_model before solving it.
setCpModelProbingLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
How much effort do we spend on probing.
setCpModelUseSatPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we also use the sat presolve when cp_model_presolve is true.
setCumulative(boolean) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
bool cumulative = 6;
setCumulative(CumulativeConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
setCumulative(CumulativeConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
setCumulVarSoftLowerBound(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Sets a soft lower bound to the cumul variable of a given variable index.
If the value of the cumul variable is less than the bound, a cost
proportional to the difference between this value and the bound is added
to the cost function of the model:
cumulVar > lower_bound -> cost = 0
cumulVar <= lower_bound -> cost = coefficient * (lower_bound -
cumulVar).
This is also handy to model earliness costs when the dimension represents
time.
setCumulVarSoftUpperBound(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Sets a soft upper bound to the cumul variable of a given variable index.
If the value of the cumul variable is greater than the bound, a cost
proportional to the difference between this value and the bound is added
to the cost function of the model:
cumulVar <= upper_bound -> cost = 0
cumulVar > upper_bound -> cost = coefficient * (cumulVar - upper_bound)
This is also handy to model tardiness costs when the dimension represents
time.
setCutActiveCountDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
optional double cut_active_count_decay = 156 [default = 0.8];
setCutCleanupTarget(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Target number of constraints to remove during cleanup.
setCutMaxActiveCountValue(double) - Method in class com.google.ortools.sat.SatParameters.Builder
These parameters are similar to sat clause management activity parameters.
setCycleSizes(int, int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
repeated int32 cycle_sizes = 2;
setDecision_builder(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
When defined, this overrides the default impact based decision builder.
setDefaultRestartAlgorithms(String) - Method in class com.google.ortools.sat.SatParameters.Builder
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
setDefaultRestartAlgorithmsBytes(ByteString) - Method in class com.google.ortools.sat.SatParameters.Builder
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
setDemands(int, int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
setDemands(int, int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
Experimental.
setDemands(int, long) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
constants, can be negative.
setDeterministicTime(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
double deterministic_time = 17;
setDiffnUseCumulative(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the propagation of the diffn constraint.
setDisableConstraintExpansion(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, it disable all constraint expansion.
setDisableSolve(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool disable_solve = 15;
setDisplay_level(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
This represents the amount of information displayed by the default search.
NONE means no display, VERBOSE means extra information.
setDiversifyLnsParams(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, registers more lns subsolvers with different parameters.
setDomain(int, long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
If non-empty, only look for an objective value in the given domain.
setDomain(int, long) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
The variable domain given as a sorted list of n disjoint intervals [min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
setDomain(int, long) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int64 domain = 3;
setDomainReductionStrategy(DecisionStrategyProto.DomainReductionStrategy) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
setDomainReductionStrategyValue(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
setDoubleParam(MPSolverParameters.DoubleParam, double) - Method in class com.google.ortools.linearsolver.MPSolverParameters
Sets a double parameter to a specific value.
setDualTolerance(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for dual feasibility.
setDualTolerance(OptionalDouble.Builder) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for dual feasibility.
setDualValue(int, double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the dual variables values in the same order as the MPModelProto::constraint field.
setDurationMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
setDurationMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setDurationMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setDurationMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setDurationMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
setDurationMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setDurationMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setDurationMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setDurationRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
setDurationRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setDurationRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setDurationRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setDurationValue(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setDurationValue(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setElement(ElementConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The element constraint forces the variable with the given index to be equal to the target.
setElement(ElementConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The element constraint forces the variable with the given index to be equal to the target.
setEnableInternalSolverOutput(boolean) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
If this is set, then EnableOutput() will be set on the internal MPSolver that solves the model.
setEnd(int) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
int32 end = 2;
setEndMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
setEndMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setEndMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setEndMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setEndMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
setEndMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setEndMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setEndMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setEndRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
setEndRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setEndRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setEndRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setEndValue(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setEndValue(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setEndView(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto end_view = 5;
setEndView(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto end_view = 5;
setEnforcementLiteral(int, int) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The constraint will be enforced iff all literals listed here are true.
setEntries(int, int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
repeated int32 entries = 3;
setEnumerateAllSolutions(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we enumerate all solutions of a problem without objective.
setEvent_type(int) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
setExactlyOne(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The exactly_one constraint force exactly one literal to true and no more.
setExactlyOne(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The exactly_one constraint force exactly one literal to true and no more.
setExpandAlldiffConstraints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, expand all_different constraints that are not permutations.
setExpandAutomatonConstraints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the automaton constraints are expanded.
setExpandElementConstraints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the element constraints are expanded into many linear constraints of the form (index == i) => (element[i] == target).
setExpandReservoirConstraints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, expand the reservoir constraints by creating booleans for all possible precedences between event and encoding the constraint.
setExpandTableConstraints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the positive table constraints are expanded.
setExploitAllLpSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true and the Lp relaxation of the problem has a solution, try to exploit it.
setExploitBestSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
When branching on a variable, follow the last best solution value.
setExploitIntegerLpSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true and the Lp relaxation of the problem has an integer optimal solution, try to exploit it.
setExploitObjective(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
When branching an a variable that directly affect the objective, branch on the value that lead to the best objective first.
setExploitRelaxationSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
When branching on a variable, follow the last best relaxation solution value.
setExpression(IntExpr) - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
setExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
setExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
setFailures(long) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
int64 failures = 3;
setFDirect(int, int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_direct = 1;
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.SatParameters.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
setFillLogsInResponse(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether logs should be stored in the response proto.
setFillTightenedDomainsInResponse(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, add information about the derived variable domains to the CpSolverResponse.
setFilter(LocalSearchFilter) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
setFinalStates(int, long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 final_states = 3;
setFindMultipleCores(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we try to find more independent cores for a given set of assumptions in the core based max-SAT algorithms.
setFInverse(int, int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_inverse = 2;
setFirst(int) - Method in class com.google.ortools.constraintsolver.IntBoolPair
 
setFirstSolutionEvaluator(LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
Gets/sets the evaluator used during the search.
setFirstSolutionStrategy(FirstSolutionStrategy.Value) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
First solution strategies, used as starting point of local search.
setFirstSolutionStrategyValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
First solution strategies, used as starting point of local search.
setFixed_cost(long) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
setFixedCostOfAllVehicles(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Sets the fixed cost of all vehicle routes.
setFixedCostOfVehicle(long, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Sets the fixed cost of one vehicle route.
setForwardSequence(int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
setForwardSequence(SequenceVar, int[]) - Method in class com.google.ortools.constraintsolver.Assignment
 
setFpRounding(SatParameters.FPRoundingMethod) - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
setGeneralConstraint(int, MPGeneralConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
setGeneralConstraint(int, MPGeneralConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
setGlobalSpanCostCoefficient(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Sets a cost proportional to the *global* dimension span, that is the
difference between the largest value of route end cumul variables and
the smallest value of route start cumul variables.
In other words:
global_span_cost =
coefficient * (Max(dimension end value) - Min(dimension start value)).
setGlucoseDecayIncrement(double) - Method in class com.google.ortools.sat.SatParameters.Builder
optional double glucose_decay_increment = 23 [default = 0.01];
setGlucoseDecayIncrementPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 glucose_decay_increment_period = 24 [default = 5000];
setGlucoseMaxDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until 0.95.
setGuidedLocalSearchLambdaCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
These are advanced settings which should not be modified unless you know what you are doing.
setGurobiLibraryPath(String) - Static method in class com.google.ortools.linearsolver.MPSolver
 
setHeads(int, int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 heads = 4;
setHeads(int, int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 heads = 2;
setHeuristic_num_failures_limit(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
The failure limit for each heuristic that we run.
setHeuristic_period(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
The distance in nodes between each run of the heuristics.
setHeuristicCloseNodesLnsNumNodes(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Number of closest nodes to consider for each node during the destruction phase of the FilteredHeuristicCloseNodesLNSOperator.
setHeuristicExpensiveChainLnsNumArcsToConsider(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Number of expensive arcs to consider cutting in the FilteredHeuristicExpensiveChainLNSOperator operator.
setHint(MPVariable[], double[]) - Method in class com.google.ortools.linearsolver.MPSolver
Sets a hint for solution.

If a feasible or almost-feasible solution to the problem is already known,
it may be helpful to pass it to the solver so that it can be used.
setHintConflictLimit(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Conflict limit used in the phase that exploit the solution hint.
setIgnoreSolverSpecificParametersFailure(boolean) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
setImpossible(int, int) - Method in class com.google.ortools.constraintsolver.Pack
 
setImprovementLimitParameters(RoutingSearchParameters.ImprovementSearchLimitParameters) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
The improvement search limit is added to the solver if the following parameters are set.
setImprovementLimitParameters(RoutingSearchParameters.ImprovementSearchLimitParameters.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
The improvement search limit is added to the solver if the following parameters are set.
setImprovementRateCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
Parameter that regulates exchange rate between objective improvement and number of neighbors spent.
setImprovementRateSolutionsDistance(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
Parameter that specifies the distance between improvements taken into consideration for calculating the improvement rate.
setIndex(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
int32 index = 1;
setIndicatorConstraint(MPIndicatorConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
setIndicatorConstraint(MPIndicatorConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
setInitialization_splits(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
Maximum number of intervals that the initialization of impacts will scan
per variable.
setInitialPolarity(SatParameters.Polarity) - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
setInitialVariablesActivity(double) - Method in class com.google.ortools.sat.SatParameters.Builder
The initial value of the variables activity.
setInstantiateAllVariables(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the solver will add a default integer branching strategy to the already defined search strategy.
setIntDiv(IntegerArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_div constraint forces the target to equal vars[0] / vars[1].
setIntDiv(IntegerArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_div constraint forces the target to equal vars[0] / vars[1].
setInteger(boolean) - Method in class com.google.ortools.linearsolver.MPVariable
Sets the integrality requirement of the variable.
setIntegerParam(MPSolverParameters.IntegerParam, int) - Method in class com.google.ortools.linearsolver.MPSolverParameters
Sets a integer parameter to a specific value.
setInterleaveBatchSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 interleave_batch_size = 134 [default = 1];
setInterleaveSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Experimental.
setInterval(IntervalConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The interval constraint takes a start, end, and size, and forces start + size == end.
setInterval(IntervalConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The interval constraint takes a start, end, and size, and forces start + size == end.
setIntervals(int, int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
repeated int32 intervals = 2;
setIntervals(int, int) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
repeated int32 intervals = 1;
setIntMax(IntegerArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_max constraint forces the target to equal the maximum of all variables.
setIntMax(IntegerArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_max constraint forces the target to equal the maximum of all variables.
setIntMin(IntegerArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_min constraint forces the target to equal the minimum of all variables.
setIntMin(IntegerArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_min constraint forces the target to equal the minimum of all variables.
setIntMod(IntegerArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_mod constraint forces the target to equal vars[0] % vars[1].
setIntMod(IntegerArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_mod constraint forces the target to equal vars[0] % vars[1].
setIntProd(IntegerArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_prod constraint forces the target to equal the product of all variables.
setIntProd(IntegerArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_prod constraint forces the target to equal the product of all variables.
setInverse(InverseConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
setInverse(InverseConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The inverse constraint forces two arrays to be inverses of each other: the values of one are the indices of the other, and vice versa.
setIsInteger(boolean) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
True if the variable is constrained to be integer.
setIsLazy(boolean) - Method in class com.google.ortools.linearsolver.MPConstraint
Advanced usage: sets the constraint "laziness".

This is only supported for SCIP and has no effect on other
solvers.


When laziness is true, the constraint is only considered by the Linear
Programming solver if its current solution violates the constraint.
setIsLazy(boolean) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
[Advanced usage: do not use this if you don't know what you're doing.] A lazy constraint is handled differently by the core solving engine, but it does not change the result.
setKeepAllFeasibleSolutionsInPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we disable the presolve reductions that remove feasible solutions from the search space.
setLb(double) - Method in class com.google.ortools.linearsolver.MPConstraint
Sets the lower bound.
setLb(double) - Method in class com.google.ortools.linearsolver.MPVariable
Sets the lower bound.
setLinear(LinearConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
setLinear(LinearConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The linear constraint enforces a linear inequality among the variables, such as 0 <= x + 2y <= 10.
setLinearizationLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
A non-negative level indicating the type of constraints we consider in the LP relaxation.
setLinMax(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_max = 27;
setLinMax(LinearArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_max = 27;
setLinMin(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_min = 28;
setLinMin(LinearArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
.operations_research.sat.LinearArgumentProto lin_min = 28;
setLiterals(int, int) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
repeated int32 literals = 1;
setLiterals(int, int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 literals = 5;
setLiterals(int, int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 literals = 3;
setLnsExpandIntervalsInConstraintGraph(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool lns_expand_intervals_in_constraint_graph = 184 [default = true];
setLnsFocusOnDecisionVariables(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool lns_focus_on_decision_variables = 105 [default = false];
setLnsTimeLimit(Duration) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the completion search for each local search neighbor.
setLnsTimeLimit(Duration.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the completion search for each local search neighbor.
setLocalSearchMetaheuristic(LocalSearchMetaheuristic.Value) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Local search metaheuristics used to guide the search.
setLocalSearchMetaheuristicValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Local search metaheuristics used to guide the search.
setLocalSearchOperators(RoutingSearchParameters.LocalSearchNeighborhoodOperators) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
setLocalSearchOperators(RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
setLogCostOffset(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
double log_cost_offset = 29;
setLogCostScalingFactor(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
In logs, cost values will be scaled and offset by the given values in the following way: log_cost_scaling_factor * (cost + log_cost_offset)
setLogInvalidNames(boolean) - Method in class com.google.ortools.linearsolver.MPModelExportOptions
Whether to log invalid variable and constraint names.
setLogs(String) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Optional logs of the solver.
setLogsBytes(ByteString) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Optional logs of the solver.
setLogSearch(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
--- Miscellaneous --- Some of these are advanced settings which should not be modified unless you know what you are doing.
setLogSearchProgress(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether the solver should log the search progress to LOG(INFO).
setLogTag(String) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
In logs, this tag will be appended to each line corresponding to a new solution.
setLogTagBytes(ByteString) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
In logs, this tag will be appended to each line corresponding to a new solution.
setLowerBound(double) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
lower_bound must be <= upper_bound.
setLowerBound(double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
lower_bound must be <= upper_bound.
setLowerBound(double) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
lower_bound must be <= upper_bound.
setLpAlgorithm(MPSolverCommonParameters.LPAlgorithmValues) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Algorithm to solve linear programs.
setMaintainer(Constraint) - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
setMax(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
setMax(long) - Method in class com.google.ortools.constraintsolver.IntExpr
 
setMax(long) - Method in class com.google.ortools.constraintsolver.IntVarElement
 
setMax(IntExpr, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setMax(IntVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setMax(IntVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setMaxAllDiffCutSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Cut generator for all diffs can add too many cuts for large all_diff constraints.
setMaxCallbackCacheSize(int) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Cache callback calls if the number of nodes in the model is less or equal to this value.
setMaxClauseActivityValue(double) - Method in class com.google.ortools.sat.SatParameters.Builder
optional double max_clause_activity_value = 18 [default = 1e+20];
setMaxConsecutiveInactiveCount(int) - Method in class com.google.ortools.sat.SatParameters.Builder
If a constraint/cut in LP is not active for that many consecutive OPTIMAL solves, remove it from the LP.
setMaxConstraint(MPArrayWithConstantConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = max(var_1, var_2, ..., constant)
setMaxConstraint(MPArrayWithConstantConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = max(var_1, var_2, ..., constant)
setMaxCutRoundsAtLevelZero(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Max number of time we perform cut generation and resolve the LP at level 0.
setMaxDeterministicTime(double) - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum time allowed in deterministic time to solve a problem.
setMaxEdgeFinderSize(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
int32 max_edge_finder_size = 109;
setMaximization() - Method in class com.google.ortools.linearsolver.MPObjective
Sets the optimization direction to maximize.
setMaximize(boolean) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
True if the problem is a maximization problem.
SetMaximumNumberOfActiveVehicles(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Constrains the maximum number of active vehicles, aka the number of
vehicles which do not have an empty route.
setMaxIntegerRoundingScaling(int) - Method in class com.google.ortools.sat.SatParameters.Builder
In the integer rounding procedure used for MIR and Gomory cut, the maximum "scaling" we use (must be positive).
setMaxLevel(long) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
int64 max_level = 2;
setMaxLineLength(int) - Method in class com.google.ortools.linearsolver.MPModelExportOptions
For .lp files only.
setMaxMemoryInMb(long) - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum memory allowed for the whole thread containing the solver.
setMaxNumberOfConflicts(long) - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum number of conflicts allowed to solve a problem.
setMaxNumCuts(int) - Method in class com.google.ortools.sat.SatParameters.Builder
The limit on the number of cuts in our cut pool.
setMaxPresolveIterations(int) - Method in class com.google.ortools.sat.SatParameters.Builder
In case of large reduction in a presolve iteration, we perform multiple presolve iterations.
setMaxSatAssumptionOrder(SatParameters.MaxSatAssumptionOrder) - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
setMaxSatReverseAssumptionOrder(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, adds the assumption in the reverse order of the one defined by max_sat_assumption_order.
setMaxSatStratification(SatParameters.MaxSatStratificationAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
setMaxTimeInSeconds(double) - Method in class com.google.ortools.sat.SatParameters.Builder
Maximum time allowed in seconds to solve a problem.
setMaxVariableActivityValue(double) - Method in class com.google.ortools.sat.SatParameters.Builder
optional double max_variable_activity_value = 16 [default = 1e+100];
setMergeAtMostOneWorkLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
setMergeNoOverlapWorkLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
During presolve, we use a maximum clique heuristic to merge together no-overlap constraints or at most one constraints.
setMin(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
setMin(long) - Method in class com.google.ortools.constraintsolver.IntExpr
 
setMin(long) - Method in class com.google.ortools.constraintsolver.IntVarElement
 
setMin(IntExpr, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
IntExpr modifiers.
setMin(IntVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setMin(IntVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
IntVar modifiers.
setMinConstraint(MPArrayWithConstantConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = min(var_1, var_2, ..., constant)
setMinConstraint(MPArrayWithConstantConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = min(var_1, var_2, ..., constant)
setMinimization() - Method in class com.google.ortools.linearsolver.MPObjective
Sets the optimization direction to minimize.
setMinimizationAlgorithm(SatParameters.ConflictMinimizationAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
setMinimizeCore(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we use a simple heuristic to try to minimize an UNSAT core.
setMinimizeReductionDuringPbResolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
A different algorithm during PB resolution.
setMinimizeWithPropagationNumDecisions(int) - Method in class com.google.ortools.sat.SatParameters.Builder
optional int32 minimize_with_propagation_num_decisions = 97 [default = 1000];
setMinimizeWithPropagationRestartPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Parameters for an heuristic similar to the one descibed in "An effective learnt clause minimization approach for CDCL Sat Solvers", https://www.ijcai.org/proceedings/2017/0098.pdf For now, we have a somewhat simpler implementation where every x restart we spend y decisions on clause minimization.
setMinLevel(long) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
int64 min_level = 1;
setMinOrthogonalityForLpConstraints(double) - Method in class com.google.ortools.sat.SatParameters.Builder
While adding constraints, skip the constraints which have orthogonality less than 'min_orthogonality_for_lp_constraints' with already added constraints during current call.
setMipAutomaticallyScaleVariables(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, some continuous variable might be automatially scaled.
setMipCheckPrecision(double) - Method in class com.google.ortools.sat.SatParameters.Builder
As explained in mip_precision and mip_max_activity_exponent, we cannot always reach the wanted precision during scaling.
setMipMaxActivityExponent(int) - Method in class com.google.ortools.sat.SatParameters.Builder
To avoid integer overflow, we always force the maximum possible constraint activity (and objective value) according to the initial variable domain to be smaller than 2 to this given power.
setMipMaxBound(double) - Method in class com.google.ortools.sat.SatParameters.Builder
We need to bound the maximum magnitude of the variables for CP-SAT, and that is the bound we use.
setMipVarScaling(double) - Method in class com.google.ortools.sat.SatParameters.Builder
All continuous variable of the problem will be multiplied by this factor.
setMipWantedPrecision(double) - Method in class com.google.ortools.sat.SatParameters.Builder
When scaling constraint with double coefficients to integer coefficients, we will multiply by a power of 2 and round the coefficients.
setMixedIntegerSchedulingSolver(RoutingSearchParameters.SchedulingSolver) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
setMixedIntegerSchedulingSolverValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
setModel(MPModelProto) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
The model to be optimized by the server.
setModel(MPModelProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
The model to be optimized by the server.
setModelDelta(MPModelDeltaProto) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage: model "delta".
setModelDelta(MPModelDeltaProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage: model "delta".
setMultiArmedBanditCompoundOperatorExplorationCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Positive parameter defining the exploration coefficient of the multi-armed bandit compound operator.
setMultiArmedBanditCompoundOperatorMemoryCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Memory coefficient related to the multi-armed bandit compound operator.
setName(String) - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
 
setName(String) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
The name of the constraint.
setName(String) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
The name of the constraint.
setName(String) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Name of the model.
setName(String) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
The name of the variable.
setName(String) - Method in class com.google.ortools.sat.ConstraintProto.Builder
For debug/logging only.
setName(String) - Method in class com.google.ortools.sat.CpModelProto.Builder
For debug/logging only.
setName(String) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
For debug/logging only.
setName(String) - Method in class com.google.ortools.sat.SatParameters.Builder
In some context, like in a portfolio of search, it makes sense to name a given parameters set for logging purpose.
setNameAllVariables(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Should anonymous variables be given a name.
setNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
The name of the constraint.
setNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
The name of the constraint.
setNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Name of the model.
setNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
The name of the variable.
setNameBytes(ByteString) - Method in class com.google.ortools.sat.ConstraintProto.Builder
For debug/logging only.
setNameBytes(ByteString) - Method in class com.google.ortools.sat.CpModelProto.Builder
For debug/logging only.
setNameBytes(ByteString) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
For debug/logging only.
setNameBytes(ByteString) - Method in class com.google.ortools.sat.SatParameters.Builder
In some context, like in a portfolio of search, it makes sense to name a given parameters set for logging purpose.
setNameCastVariables(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Create names for cast variables.
setNegated(boolean) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
If true, the meaning is "negated", that is we forbid any of the given tuple from a feasible assignment.
setNewConstraintsBatchSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Add that many lazy constraints (or cuts) at once in the LP.
setNextBaseToIncrement(long) - Method in class com.google.ortools.constraintsolver.PathOperator
Set the next base to increment on next iteration.
setNodeSupply(int, long) - Method in class com.google.ortools.graph.MinCostFlow
 
setNoOverlap(NoOverlapConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
setNoOverlap(NoOverlapConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap constraint prevents a set of intervals from overlapping; in scheduling, this is called a disjunctive constraint.
setNoOverlap2D(NoOverlap2DConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap_2d constraint prevents a set of boxes from overlapping.
setNoOverlap2D(NoOverlap2DConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap_2d constraint prevents a set of boxes from overlapping.
setNumberOfSolutionsToCollect(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Number of solutions to collect during the search.
setNumBinaryPropagations(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_binary_propagations = 13;
setNumBooleans(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Some statistics about the solve.
setNumBranches(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_branches = 12;
setNumCols(int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
int32 num_cols = 2;
setNumConflicts(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_conflicts = 11;
setNumConflictsBeforeStrategyChanges(int) - Method in class com.google.ortools.sat.SatParameters.Builder
After each restart, if the number of conflict since the last strategy change is greater that this, then we increment a "strategy_counter" that can be use to change the search strategy used by the following restarts.
setNumIntegerPropagations(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_integer_propagations = 14;
setNumLpIterations(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_lp_iterations = 25;
setNumRestarts(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
int64 num_restarts = 24;
setNumRows(int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
int32 num_rows = 1;
setNumSearchWorkers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Specify the number of parallel workers to use during search.
setNumThreads(int) - Method in class com.google.ortools.linearsolver.MPSolver
Sets the number of threads to be used by the solver.
setObfuscate(boolean) - Method in class com.google.ortools.linearsolver.MPModelExportOptions
Obfuscates variable and constraint names.
setObjective(CpObjectiveProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
The objective to minimize.
setObjective(CpObjectiveProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
The objective to minimize.
setObjectiveCoefficient(double) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
The coefficient of the variable in the objective.
setObjectiveMax(long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setObjectiveMin(long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setObjectiveOffset(double) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Offset for the objective function.
setObjectiveRange(long, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setObjectiveValue(double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Objective value corresponding to the "variable_value" below, taking into account the source "objective_offset" and "objective_coefficient".
setObjectiveValue(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Only make sense for an optimization problem.
setObjectiveValue(long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setOffset(double) - Method in class com.google.ortools.linearsolver.MPObjective
Sets the constant term in the objective.
setOffset(double) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
The displayed objective is always: scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
setOffset(long) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
int64 offset = 2;
setOffset(long) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
int64 offset = 3;
setOnlyAddCutsAtLevelZero(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
For the cut that can be generated at any level, this control if we only try to generate them at the root node.
setOptimizationDirection(boolean) - Method in class com.google.ortools.linearsolver.MPObjective
Sets the optimization direction (maximize: true or minimize: false).
setOptimizationStep(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Minimum step by which the solution must be improved in local search.
setOptimizeWithCore(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
The default optimization method is a simple "linear scan", each time trying to find a better solution than the previous one.
setOptimizeWithMaxHs(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
This has no effect if optimize_with_core is false.
setOrbitopes(int, DenseMatrixProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
setOrbitopes(int, DenseMatrixProto.Builder) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
setOrConstraint(MPArrayConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "or" constraints must be Boolean.
setOrConstraint(MPArrayConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "or" constraints must be Boolean.
setPbCleanupIncrement(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Same as for the clauses, but for the learned pseudo-Boolean constraints.
setPbCleanupRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
optional double pb_cleanup_ratio = 47 [default = 0.5];
setPerformed(boolean) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
setPerformed(IntervalVar, boolean) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setPerformedMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setPerformedMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setPerformedMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setPerformedMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setPerformedRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setPerformedRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setPerformedValue(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setPerformedValue(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setPermutations(int, SparsePermutationProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
setPermutations(int, SparsePermutationProto.Builder) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
setPermutePresolveConstraintOrder(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool permute_presolve_constraint_order = 179 [default = false];
setPermuteVariableRandomly(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
This is mainly here to test the solver variability.
setPersistent_impact(boolean) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
Whether to keep the impact from the first search for other searches,
or to recompute the impact for each new search.
setPickupAndDeliveryPolicyOfAllVehicles(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Sets the Pickup and delivery policy of all vehicles.
setPickupAndDeliveryPolicyOfVehicle(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
setPickupToDeliveryLimitFunctionForPair(IntIntToLongFunction, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
setPolarityRephaseIncrement(int) - Method in class com.google.ortools.sat.SatParameters.Builder
If non-zero, then we change the polarity heuristic after that many number of conflicts in an arithmetically increasing fashion.
setPolishLpSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we try to do a few degenerate iteration at the end of an LP solve to minimize the fractionality of the integer variable in the basis.
setPositiveCoeff(long) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
int64 positive_coeff = 3;
setPreferredVariableOrder(SatParameters.VariableOrder) - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
setPresolve(OptionalBoolean) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Gurobi and SCIP enable presolve by default.
setPresolveBlockedClause(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we use an heuristic to detect some basic case of blocked clause in the SAT presolve.
setPresolveBvaThreshold(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced by stricly more than this threshold.
setPresolveBveClauseWeight(int) - Method in class com.google.ortools.sat.SatParameters.Builder
During presolve, we apply BVE only if this weight times the number of clauses plus the number of clause literals is not increased.
setPresolveBveThreshold(int) - Method in class com.google.ortools.sat.SatParameters.Builder
During presolve, only try to perform the bounded variable elimination (BVE) of a variable x if the number of occurrences of x times the number of occurrences of not(x) is not greater than this parameter.
setPresolveExtractIntegerEnforcement(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we will extract from linear constraints, enforcement literals of the form "integer variable at bound => simplified constraint".
setPresolveProbingDeterministicTimeLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
The maximum "deterministic" time limit to spend in probing.
setPresolveSubstitutionLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
How much substitution (also called free variable aggregation in MIP litterature) should we perform at presolve.
setPresolveUseBva(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
setPrimalIntegral(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
double primal_integral = 22;
setPrimalTolerance(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
setPrimalTolerance(OptionalDouble.Builder) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for primal feasibility of basic solutions: this is the maximum allowed error in constraint satisfiability.
setPrimaryConstrainedDimension(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Set the given dimension as "primary constrained".
setPrintAddedConstraints(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Print added constraints.
setPrintLocalSearchProfile(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Print local search profiling data after solving.
setPrintModel(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Print the model before solving.
setPrintModelStats(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Print model statistics before solving.
setProbingPeriodAtRoot(long) - Method in class com.google.ortools.sat.SatParameters.Builder
If set at zero (the default), it is disabled.
setProfileFile(String) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Export propagation profiling data to file.
setProfileFileBytes(ByteString) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Export propagation profiling data to file.
setProfileLocalSearch(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Activate local search profiling.
setProfilePropagation(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Activate propagation profiling.
setPseudoCostReliabilityThreshold(long) - Method in class com.google.ortools.sat.SatParameters.Builder
The solver ignores the pseudo costs of variables with number of recordings less than this threshold.
setQcoefficient(int, double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
setQuadraticConstraint(MPQuadraticConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
setQuadraticConstraint(MPQuadraticConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
setQuadraticObjective(MPQuadraticObjective) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Optionally, a quadratic objective.
setQuadraticObjective(MPQuadraticObjective.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Optionally, a quadratic objective.
setQvar1Index(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of quadratic terms in the quadratic constraint, where term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
setQvar1Index(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Sparse representation of quadratic terms in the objective function, where term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
setQvar2Index(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
repeated int32 qvar2_index = 4;
setQvar2Index(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
repeated int32 qvar2_index = 2;
setRandom_seed(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
Seed used to initialize the random part in some heuristics.
setRandomBranchesRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
A number between 0 and 1 that indicates the proportion of branching variables that are selected randomly instead of choosing the first variable from the given variable_ordering strategy.
setRandomizeSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Randomize fixed search.
setRandomPolarityRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
The proportion of polarity chosen at random.
setRandomSeed(int) - Method in class com.google.ortools.sat.SatParameters.Builder
At the beginning of each solve, the random number generator used in some part of the solver is reinitialized to this seed.
setRange(long, long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
setRange(long, long) - Method in class com.google.ortools.constraintsolver.IntExpr
This method sets both the min and the max of the expression.
setRange(long, long) - Method in class com.google.ortools.constraintsolver.IntVarElement
 
setRange(IntExpr, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setRange(IntVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setRange(IntVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setReducedCost(int, double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.] Values of the reduced cost of the variables in the same order as the MPModelProto::variable.
setReduceMemoryUsageInInterleaveMode(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Temporary parameter until the memory usage is more optimized.
setReduceVehicleCostModel(boolean) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Advanced settings.
setRelativeGapLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
optional double relative_gap_limit = 160 [default = 0];
setRelativeMipGap(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
The solver stops if the relative MIP gap reaches this value or below.
setRelativeMipGap(OptionalDouble.Builder) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
The solver stops if the relative MIP gap reaches this value or below.
setRelocateExpensiveChainNumArcsToConsider(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Number of expensive arcs to consider cutting in the RelocateExpensiveChain neighborhood operator (see LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
setRepairHint(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the solver tries to repair the solution given in the hint.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.SatParameters.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
setReservoir(ReservoirConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
setReservoir(ReservoirConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The reservoir constraint forces the sum of a set of active demands to always be between a specified minimum and maximum value during specific times.
setRestartAlgorithms(int, SatParameters.RestartAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
The restart strategies will change each time the strategy_counter is increased.
setRestartDlAverageRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
In the moving average restart algorithms, a restart is triggered if the window average times this ratio is greater that the global average.
setRestartLbdAverageRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
optional double restart_lbd_average_ratio = 71 [default = 1];
setRestartPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Restart period for the FIXED_RESTART strategy.
setRestartRunningWindowSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Size of the window for the moving average restarts.
setResultantVarIndex(int) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
optional int32 resultant_var_index = 2;
setResultantVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
optional int32 resultant_var_index = 2;
setResultantVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
optional int32 resultant_var_index = 3;
setRoutes(RoutesConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The routes constraint implements the vehicle routing problem.
setRoutes(RoutesConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The routes constraint implements the vehicle routing problem.
setRun_all_heuristics(boolean) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
The default phase will run heuristics periodically.
setSavingsAddReverseArcs(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Add savings related to reverse arcs when finding the nearest neighbors of the nodes.
setSavingsArcCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Coefficient of the cost of the arc for which the saving value is being computed: Saving(a-->b) = Cost(a-->end) + Cost(start-->b) - savings_arc_coefficient * Cost(a-->b) This parameter must be greater than 0, and its default value is 1.
setSavingsMaxMemoryUsageBytes(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
The number of neighbors considered for each node in the Savings heuristic is chosen so that the space used to store the savings doesn't exceed savings_max_memory_usage_bytes, which must be in ]0, 1e10].
setSavingsNeighborsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Parameters specific to the Savings first solution heuristic.
setSavingsParallelRoutes(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
When true, the routes are built in parallel, sequentially otherwise.
setScaling(OptionalBoolean) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Enable automatic scaling of matrix coefficients and objective.
setScalingFactor(double) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
double scaling_factor = 3;
setSearchBranching(SatParameters.SearchBranching) - Method in class com.google.ortools.sat.SatParameters.Builder
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
setSearchRandomizationTolerance(long) - Method in class com.google.ortools.sat.SatParameters.Builder
Search randomization will collect equivalent 'max valued' variables, and pick one randomly.
setSearchStrategy(int, DecisionStrategyProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
setSearchStrategy(int, DecisionStrategyProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
setSecond(boolean) - Method in class com.google.ortools.constraintsolver.IntBoolPair
 
setSequence(int[], int[], int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
setSequence(SequenceVar, int[], int[], int[]) - Method in class com.google.ortools.constraintsolver.Assignment
 
setShareLevelZeroBounds(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Allows sharing of the bounds of modified variables at level 0.
setShareObjectiveBounds(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Allows objective sharing between workers.
setShowUnusedVariables(boolean) - Method in class com.google.ortools.linearsolver.MPModelExportOptions
For .lp files only.
setSize(int) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
int32 size = 3;
setSizeView(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto size_view = 6;
setSizeView(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto size_view = 6;
setSkipLocallyOptimalPaths(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Skip locally optimal pairs of paths in PathOperators.
setSmartTimeCheck(boolean) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
bool smart_time_check = 5;
setSolution(int, long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A feasible solution to the given problem.
setSolutionHint(PartialVariableAssignment) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Solution hint.
setSolutionHint(PartialVariableAssignment.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Solution hint.
setSolutionHint(PartialVariableAssignment) - Method in class com.google.ortools.sat.CpModelProto.Builder
Solution hint.
setSolutionHint(PartialVariableAssignment.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
Solution hint.
setSolutionInfo(String) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Additional information about how the solution was found.
setSolutionInfoBytes(ByteString) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Additional information about how the solution was found.
setSolutionLimit(long) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-- Search limits -- Limit to the number of solutions generated during the search.
setSolutionLowerBounds(int, long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
setSolutions(long) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
int64 solutions = 4;
setSolutionUpperBounds(int, long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
repeated int64 solution_upper_bounds = 19;
setSolverParameters(ConstraintSolverParameters) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Parameters to use in the underlying constraint solver.
setSolverParameters(ConstraintSolverParameters.Builder) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Parameters to use in the underlying constraint solver.
setSolverSpecificParameters(String) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage.
setSolverSpecificParametersAsString(String) - Method in class com.google.ortools.linearsolver.MPSolver
Advanced usage: pass solver specific parameters in text format.

The format is solver-specific and is the same as the corresponding solver
configuration file format.
setSolverSpecificParametersBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage.
setSolverTimeLimitSeconds(double) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Maximum time to be spent by the solver to solve 'model'.
setSolverType(MPModelRequest.SolverType) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
optional .operations_research.MPModelRequest.SolverType solver_type = 2;
setSorted_vehicle_classes_per_type(SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
setSosConstraint(MPSosConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPSosConstraint sos_constraint = 3;
setSosConstraint(MPSosConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPSosConstraint sos_constraint = 3;
setSpanCostCoefficientForAllVehicles(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
setSpanCostCoefficientForVehicle(long, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Sets a cost proportional to the dimension span on a given vehicle,
or on all vehicles at once.
setSpanUpperBoundForVehicle(long, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
Sets an upper bound on the dimension span on a given vehicle.
setStart(int) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
int32 start = 1;
setStartingState(long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
A state is identified by a non-negative number.
setStartMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
setStartMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setStartMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setStartMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setStartMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
setStartMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setStartMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setStartMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
IntervalVar modifiers.
setStartRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
setStartRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setStartRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setStartRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setStartValue(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
setStartValue(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setStartView(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
EXPERIMENTAL: This will become the new way to specify an interval.
setStartView(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
EXPERIMENTAL: This will become the new way to specify an interval.
setStatus(MPSolverResponseStatus) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Result of the optimization.
setStatus(CpSolverStatus) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
The status of the solve.
setStatusStr(String) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Human-readable string giving more details about the status.
setStatusStrBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Human-readable string giving more details about the status.
setStatusValue(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
The status of the solve.
setStopAfterFirstSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
For an optimization problem, stop the solver as soon as we have a solution.
setStopAfterPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Mainly used when improving the presolver.
setStoreNames(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
This parameters indicates if the solver should store the names of the objets it manages.
setStrategyChangeIncreaseRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
The parameter num_conflicts_before_strategy_changes is increased by that much after each strategy change.
setSubsumptionDuringConflictAnalysis(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
At a really low cost, during the 1-UIP conflict computation, it is easy to detect if some of the involved reasons are subsumed by the current conflict.
setSufficientAssumptionsForInfeasibility(int, int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A subset of the model "assumptions" field.
setSupport(int, int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
Each cycle is listed one after the other in the support field.
setSymmetry(SymmetryProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
setSymmetry(SymmetryProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
For now, this is not meant to be filled by a client writing a model, but by our preprocessing step.
setSymmetryLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we try to automatically detect the symmetries in a model and exploit them.
setTable(TableConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The table constraint enforces what values a tuple of variables may take.
setTable(TableConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The table constraint enforces what values a tuple of variables may take.
setTails(int, int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 tails = 3;
setTails(int, int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 tails = 1;
setTarget(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
int32 target = 2;
setTarget(int) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
int32 target = 1;
setTarget(LinearExpressionProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
.operations_research.sat.LinearExpressionProto target = 1;
setTarget(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
.operations_research.sat.LinearExpressionProto target = 1;
setTightenedVariables(int, IntegerVariableProto) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
setTightenedVariables(int, IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
setTime(long) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
TODO(user): Specify the time units or switch to google.Duration proto.
setTimeLimit(double) - Method in class com.google.ortools.algorithms.KnapsackSolver
Time limit in seconds.

When a finite time limit is set the solution obtained might not be optimal
if the limit is reached.
setTimeLimit(long) - Method in class com.google.ortools.linearsolver.MPSolver
 
setTimeLimit(Duration) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the search.
setTimeLimit(Duration.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the search.
setTimes(int, int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
variables.
setTmp_vector_(long[]) - Method in class com.google.ortools.constraintsolver.Solver
Unsafe temporary vector.
setTracePropagation(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Activate propagate tracing.
setTraceSearch(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Trace search.
setTrailBlockSize(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
This parameter indicates the default size of a block of the trail.
setTransformations(int, DecisionStrategyProto.AffineTransformation) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
setTransformations(int, DecisionStrategyProto.AffineTransformation.Builder) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
repeated .operations_research.sat.DecisionStrategyProto.AffineTransformation transformations = 4;
setTransitionHead(int, long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_head = 5;
setTransitionLabel(int, long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_label = 6;
setTransitionTail(int, long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
List of transitions (all 3 vectors have the same size).
setTransitionTime(LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
Add a transition time between intervals.
setTreatBinaryClausesSeparately(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the binary clauses are treated separately from the others.
setType(MPSosConstraint.Type) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
setType_index_of_vehicle(int[]) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
setUb(double) - Method in class com.google.ortools.linearsolver.MPConstraint
Sets the upper bound.
setUb(double) - Method in class com.google.ortools.linearsolver.MPVariable
Sets the upper bound.
setUnassigned(int) - Method in class com.google.ortools.constraintsolver.Pack
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.SatParameters.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
setUnperformed(int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
setUnperformed(SequenceVar, int[]) - Method in class com.google.ortools.constraintsolver.Assignment
 
setUpperBound(double) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
optional double upper_bound = 3 [default = inf];
setUpperBound(double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
optional double upper_bound = 7 [default = inf];
setUpperBound(double) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
optional double upper_bound = 2 [default = inf];
setUse_last_conflict(boolean) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
Should we use last conflict method.
setUseAbslRandom(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool use_absl_random = 180 [default = false];
setUseAllPossibleDisjunctions(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool use_all_possible_disjunctions = 108;
setUseBlockingRestart(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Block a moving restart algorithm if the trail size of the current conflict is greater than the multiplier times the moving average of the trail size at the previous conflicts.
setUseBranchingInLp(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, the solver attemts to generate more info inside lp propagator by branching on some variables if certain criteria are met during the search tree exploration.
setUseCombinedNoOverlap(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
This can be beneficial if there is a lot of no-overlap constraints but a relatively low number of different intervals in the problem.
setUseCp(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, use the CP solver to find a solution.
setUseCpSat(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, use the CP-SAT solver to find a solution.
setUseCpSatValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, use the CP-SAT solver to find a solution.
setUseCpValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, use the CP solver to find a solution.
setUseCross(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which cross exchanges the starting chains of 2 paths, including exchanging the whole paths.
setUseCrossExchange(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Not implemented yet.
setUseCrossExchangeValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Not implemented yet.
setUseCrossValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which cross exchanges the starting chains of 2 paths, including exchanging the whole paths.
setUseCumulativeEdgeFinder(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the propagation of the cumulative constraint.
setUseCumulativeTimeTable(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool use_cumulative_time_table = 106;
setUseCumulativeTimeTableSync(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool use_cumulative_time_table_sync = 112;
setUseDepthFirstSearch(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
--- Search control --- If true, the solver should use depth-first search rather than local search to solve the problem.
setUseDisjunctiveConstraintInCumulativeConstraint(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, the cumulative constraint is reinforced with propagators from the disjunctive constraint to improve the inference on a set of tasks that are disjunctive at the root of the problem.
setUseElementRmq(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the implementation of the element constraint.
setUseErwaHeuristic(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as described in "Learning Rate Based Branching Heuristic for SAT solvers", J.H.Liang, V.
setUseExactLpReason(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
The solver usually exploit the LP relaxation of a model.
setUseExchange(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges the positions of two nodes.
setUseExchangePair(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges the positions of two pair of nodes.
setUseExchangePairValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges the positions of two pair of nodes.
setUseExchangeSubtrip(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges subtrips associated to two pairs of nodes, see use_relocate_subtrip for a definition of subtrips.
setUseExchangeSubtripValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges subtrips associated to two pairs of nodes, see use_relocate_subtrip for a definition of subtrips.
setUseExchangeValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which exchanges the positions of two nodes.
setUseExtendedSwapActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes an inactive node active and an active one inactive.
setUseExtendedSwapActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes an inactive node active and an active one inactive.
SetUseFastLocalSearch(boolean) - Method in class com.google.ortools.constraintsolver.Solver
enabled for metaheuristics.
Disables/enables fast local search.
setUseFeasibilityPump(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Adds a feasibility pump subsolver along with lns subsolvers.
setUseFullPathLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relaxes one entire path and all unactive nodes.
setUseFullPathLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relaxes one entire path and all unactive nodes.
setUseFullPropagation(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
--- Propagation control --- These are advanced settings which should not be modified unless you know what you are doing.
setUseGlobalCheapestInsertionCloseNodesLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
The following operator makes a node and its heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along with each of their corresponding performed pickup/delivery pairs, and then reinserts them using the GlobalCheapestInsertion heuristic.
setUseGlobalCheapestInsertionCloseNodesLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
The following operator makes a node and its heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along with each of their corresponding performed pickup/delivery pairs, and then reinserts them using the GlobalCheapestInsertion heuristic.
setUseGlobalCheapestInsertionExpensiveChainLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider most expensive arcs on a route, makes the nodes in between pairs of these expensive arcs unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
setUseGlobalCheapestInsertionExpensiveChainLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider most expensive arcs on a route, makes the nodes in between pairs of these expensive arcs unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
setUseGlobalCheapestInsertionPathLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- LNS-like large neighborhood search operators using heuristics --- Operator which makes all nodes on a route unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
setUseGlobalCheapestInsertionPathLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- LNS-like large neighborhood search operators using heuristics --- Operator which makes all nodes on a route unperformed, and reinserts them using the GlobalCheapestInsertion heuristic.
setUseImpliedBounds(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Stores and exploits "implied-bounds" in the solver.
setUseInactiveLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relaxes all inactive nodes and one sub-chain of six consecutive arcs.
setUseInactiveLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relaxes all inactive nodes and one sub-chain of six consecutive arcs.
setUseLightRelocatePair(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves a pair of pickup and delivery nodes after another pair.
setUseLightRelocatePairValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves a pair of pickup and delivery nodes after another pair.
setUseLinKernighan(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Lin-Kernighan operator.
setUseLinKernighanValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Lin-Kernighan operator.
setUseLnsOnly(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
LNS parameters.
setUseLocalCheapestInsertionCloseNodesLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above, but insertion positions for nodes are determined by the LocalCheapestInsertion heuristic.
setUseLocalCheapestInsertionCloseNodesLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above, but insertion positions for nodes are determined by the LocalCheapestInsertion heuristic.
setUseLocalCheapestInsertionExpensiveChainLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above but using LocalCheapestInsertion as a heuristic for insertion.
setUseLocalCheapestInsertionExpensiveChainLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above but using LocalCheapestInsertion as a heuristic for insertion.
setUseLocalCheapestInsertionPathLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above but using LocalCheapestInsertion as a heuristic.
setUseLocalCheapestInsertionPathLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Same as above but using LocalCheapestInsertion as a heuristic.
setUseMakeActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Operators on inactive nodes --- Operator which inserts an inactive node into a path.
setUseMakeActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Operators on inactive nodes --- Operator which inserts an inactive node into a path.
setUseMakeChainInactive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes a "chain" of path nodes inactive.
setUseMakeChainInactiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes a "chain" of path nodes inactive.
setUseMakeInactive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes path nodes inactive.
setUseMakeInactiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes path nodes inactive.
setUseMultiArmedBanditConcatenateOperators(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
If true, the solver will use multi-armed bandit concatenate operators.
setUseNodePairSwapActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes an inactive node active and an active pair of nodes inactive OR makes an inactive pair of nodes active and an active node inactive.
setUseNodePairSwapActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which makes an inactive node active and an active pair of nodes inactive OR makes an inactive pair of nodes active and an active node inactive.
setUseOptimizationHints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
For an optimization problem, whether we follow some hints in order to find a better first solution.
setUseOptionalVariables(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, we automatically detect variables whose constraint are always enforced by the same literal and we mark them as optional.
setUseOrOpt(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves sub-chains of a path of length 1, 2 and 3 to another position in the same path.
setUseOrOptValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves sub-chains of a path of length 1, 2 and 3 to another position in the same path.
setUseOverloadCheckerInCumulativeConstraint(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, the cumulative constraint is reinforced with overload checking, i.e., an additional level of reasoning based on energy.
setUsePathLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Large neighborhood search operators --- Operator which relaxes two sub-chains of three consecutive arcs each.
setUsePathLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Large neighborhood search operators --- Operator which relaxes two sub-chains of three consecutive arcs each.
setUsePbResolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Whether to use pseudo-Boolean resolution to analyze a conflict.
setUsePhaseSaving(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If this is true, then the polarity of a variable will be the last value it was assigned to, or its default polarity if it was never assigned since the call to ResetDecisionHeuristic().
setUsePrecedencesInDisjunctiveConstraint(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, then a disjunctive constraint will try to use the precedence relations between time intervals to propagate their bounds further.
setUseProbingSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
If true, search will continuously probe Boolean variables, and integer variable bounds.
setUseReduction(boolean) - Method in class com.google.ortools.algorithms.KnapsackSolver
 
setUseRelaxationLns(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Turns on a lns worker which solves relaxed version of the original problem by removing constraints from the problem in order to get better bounds.
setUseRelocate(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Inter-route operators --- Operator which moves a single node to another position.
setUseRelocateAndMakeActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relocates a node while making an inactive one active.
setUseRelocateAndMakeActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which relocates a node while making an inactive one active.
setUseRelocateExpensiveChain(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which detects the relocate_expensive_chain_num_arcs_to_consider most expensive arcs on a path, and moves the chain resulting from cutting pairs of arcs among these to another position.
setUseRelocateExpensiveChainValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which detects the relocate_expensive_chain_num_arcs_to_consider most expensive arcs on a path, and moves the chain resulting from cutting pairs of arcs among these to another position.
setUseRelocateNeighbors(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Relocate neighborhood which moves chains of neighbors.
setUseRelocateNeighborsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Relocate neighborhood which moves chains of neighbors.
setUseRelocatePair(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves a pair of pickup and delivery nodes to another position where the first node of the pair must be before the second node on the same path.
setUseRelocatePairValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which moves a pair of pickup and delivery nodes to another position where the first node of the pair must be before the second node on the same path.
setUseRelocatePathGlobalCheapestInsertionInsertUnperformed(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
The following operator relocates an entire route to an empty path and then tries to insert the unperformed nodes using the global cheapest insertion heuristic.
setUseRelocatePathGlobalCheapestInsertionInsertUnperformedValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
The following operator relocates an entire route to an empty path and then tries to insert the unperformed nodes using the global cheapest insertion heuristic.
setUseRelocateSubtrip(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Relocate neighborhood that moves subpaths all pickup and delivery pairs have both pickup and delivery inside the subpath or both outside the subpath.
setUseRelocateSubtripValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Relocate neighborhood that moves subpaths all pickup and delivery pairs have both pickup and delivery inside the subpath or both outside the subpath.
setUseRelocateValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Inter-route operators --- Operator which moves a single node to another position.
setUseRinsLns(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
Turns on relaxation induced neighborhood generator.
setUserTime(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
double user_time = 16;
setUseSatInprocessing(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
optional bool use_sat_inprocessing = 163 [default = false];
setUseSequenceHighDemandTasks(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
bool use_sequence_high_demand_tasks = 107;
setUseSmallTable(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
Control the implementation of the table constraint.
setUseSwapActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which replaces an active node by an inactive one.
setUseSwapActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Operator which replaces an active node by an inactive one.
setUseTimetableEdgeFindingInCumulativeConstraint(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
When this is true, the cumulative constraint is reinforced with timetable edge finding, i.e., an additional level of reasoning based on the conjunction of energy and mandatory parts.
setUseTspLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
TSP-base LNS.
setUseTspLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
TSP-base LNS.
setUseTspOpt(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Sliding TSP operator.
setUseTspOptValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
Sliding TSP operator.
setUseTwoOpt(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Intra-route operators --- Operator which reverves a sub-chain of a path.
setUseTwoOptValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
--- Intra-route operators --- Operator which reverves a sub-chain of a path.
setUseUnfilteredFirstSolutionStrategy(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
--- Advanced first solutions strategy settings --- Don't touch these unless you know what you are doing.
setValue(double) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
optional double value = 1;
setValue(long) - Method in class com.google.ortools.constraintsolver.IntExpr
This method sets the value of the expression.
setValue(long) - Method in class com.google.ortools.constraintsolver.IntVarElement
 
setValue(long[]) - Method in class com.google.ortools.constraintsolver.IntVar
This method intersects the current domain with the values in the array.
setValue(long, int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 
setValue(long, long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
setValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
 
setValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setValue(IntVar, long[]) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
setValue(Solver, boolean) - Method in class com.google.ortools.constraintsolver.RevBool
 
setValue(Solver, int) - Method in class com.google.ortools.constraintsolver.RevInteger
 
setValue(Solver, long) - Method in class com.google.ortools.constraintsolver.RevLong
 
setValue_selection_schema(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
This parameter describes which value to select for a given var.
setValues(int, long) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int64 values = 2;
setValues(int, long) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int64 values = 2;
setVar(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation.Builder
int32 var = 1;
setVar_selection_schema(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
This parameter describes how the next variable to instantiate
will be chosen.
setVariable(int, MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
setVariable(int, MPVariableProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
setVariable(IntVar) - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
setVariableActivityDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
Each time a conflict is found, the activities of some variables are increased by one.
setVariables(int, int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
The variables to be considered for the next decision.
setVariables(int, IntegerVariableProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
setVariables(int, IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
setVariableSelectionStrategy(DecisionStrategyProto.VariableSelectionStrategy) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
setVariableSelectionStrategyValue(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
setVariableValue(int, double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Variable values in the same order as the MPModelProto::variable field.
setVarIndex(int) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
setVarIndex(int) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
Variable index (w.r.t.
setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
var_index[i] is the variable index (w.r.t.
setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Sparse representation of linear terms in the quadratic constraint, where term i is var_index[i] * coefficient[i].
setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Variable index (w.r.t.
setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated int32 var_index = 1 [packed = true];
setVars(int, int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated int32 vars = 1;
setVars(int, int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of variables.
setVars(int, int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
The linear terms of the objective to minimize.
setVars(int, int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated int32 vars = 3;
setVars(int, int) - Method in class com.google.ortools.sat.IntegerArgumentProto.Builder
repeated int32 vars = 2;
setVars(int, int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int32 vars = 1;
setVars(int, int) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int32 vars = 1;
setVars(int, int) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int32 vars = 1;
setVars(int, int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int32 vars = 1;
setVarValue(int) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
Value the above variable should take.
setVarValue(int, double) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated double var_value = 2 [packed = true];
setVehicle_class(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
setVehicles_per_vehicle_class(SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
setVisitType(long, int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
setWallTime(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
double wall_time = 15;
setWeight(int, double) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Optional: SOS weights.
setXIntervals(int, int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
repeated int32 x_intervals = 1;
setYIntervals(int, int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
Same size as x_intervals.
SHARE_LEVEL_ZERO_BOUNDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
SHARE_OBJECTIVE_BOUNDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
shortestTransitionSlack(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
It makes sense to use the function only for self-dependent dimension.
For such dimensions the value of the slack of a node determines the
transition cost of the next transit.
shouldFail() - Method in class com.google.ortools.constraintsolver.Solver
These methods are only useful for the SWIG wrappers, which need a way
to externally cause the Solver to fail.
SIMPLE - com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
SIMPLE = 1;
SIMPLE_MARKER - Static variable in class com.google.ortools.constraintsolver.Solver
 
SIMPLE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
SIMPLE = 1;
SIMPLELNS - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which defines one neighbor per variable.
SIMULATED_ANNEALING - com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Uses simulated annealing to escape local minima (cf.
SIMULATED_ANNEALING_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Uses simulated annealing to escape local minima (cf.
size() - Method in class com.google.ortools.constraintsolver.Assignment
 
size() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
size() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
size() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
size() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
size() - Method in class com.google.ortools.constraintsolver.IntVar
This method returns the number of values in the domain of the variable.
size() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
size() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
 
size() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
size() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the number of next variables in the model.
size() - Method in class com.google.ortools.constraintsolver.SequenceVar
Returns the number of interval vars in the sequence.
size() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
 
size() - Method in class com.google.ortools.util.Domain
Returns the number of elements in the domain.
SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntervalConstraintProto
 
SIZE_VIEW_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntervalConstraintProto
 
SKIP_LOCALLY_OPTIMAL_PATHS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
slacks() - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
slackVar(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
SMART_TIME_CHECK_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
 
solution(int) - Method in class com.google.ortools.constraintsolver.SolutionCollector
Returns the nth solution.
SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
SOLUTION_HINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
SOLUTION_HINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
SOLUTION_INFO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
SOLUTION_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
SOLUTION_LOWER_BOUNDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
SOLUTION_UPPER_BOUNDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
solutionBooleanValue(int) - Method in class com.google.ortools.sat.SolutionCallback
 
SolutionCallback - Class in com.google.ortools.sat
 
SolutionCallback() - Constructor for class com.google.ortools.sat.SolutionCallback
 
SolutionCallback(long, boolean) - Constructor for class com.google.ortools.sat.SolutionCallback
 
SolutionCallback_bestObjectiveBound(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_change_ownership(SolutionCallback, long, boolean) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_director_connect(SolutionCallback, long, boolean, boolean) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_numBinaryPropagations(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_numBooleans(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_numBranches(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_numConflicts(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_numIntegerPropagations(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_objectiveValue(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_onSolutionCallback(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_solutionBooleanValue(long, SolutionCallback, int) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_solutionIntegerValue(long, SolutionCallback, int) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_stopSearch(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_userTime(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCallback_wallTime(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SolutionCollector - Class in com.google.ortools.constraintsolver
This class is the root class of all solution collectors.
It implements a basic query API to be used independently
of the collector used.
SolutionCollector(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SolutionCollector
 
SolutionCollector(Solver) - Constructor for class com.google.ortools.constraintsolver.SolutionCollector
 
SolutionCollector(Solver, Assignment) - Constructor for class com.google.ortools.constraintsolver.SolutionCollector
 
SolutionCollector_add__SWIG_0(long, SolutionCollector, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_add__SWIG_1(long, SolutionCollector, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_add__SWIG_2(long, SolutionCollector, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_add__SWIG_3(long, SolutionCollector, IntervalVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_add__SWIG_4(long, SolutionCollector, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_add__SWIG_5(long, SolutionCollector, SequenceVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_addObjective(long, SolutionCollector, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_backwardSequence(long, SolutionCollector, int, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_branches(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_durationValue(long, SolutionCollector, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_endValue(long, SolutionCollector, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_enterSearch(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_failures(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_forwardSequence(long, SolutionCollector, int, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_objectiveValue(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_performedValue(long, SolutionCollector, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_solution(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_solutionCount(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_startValue(long, SolutionCollector, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_toString(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_unperformed(long, SolutionCollector, int, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_value(long, SolutionCollector, int, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionCollector_wallTime(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
solutionCount() - Method in class com.google.ortools.constraintsolver.SolutionCollector
Returns how many solutions were stored during the search.
solutionIntegerValue(int) - Method in class com.google.ortools.sat.SolutionCallback
 
SolutionPool - Class in com.google.ortools.constraintsolver
This class is used to manage a pool of solutions.
SolutionPool(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SolutionPool
 
SolutionPool_getNextSolution(long, SolutionPool, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionPool_initialize(long, SolutionPool, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionPool_registerNewSolution(long, SolutionPool, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionPool_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolutionPool_syncNeeded(long, SolutionPool, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
solutions() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
solutions() - Method in class com.google.ortools.constraintsolver.Solver
The number of solutions found since the start of the search.
SOLUTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
 
solutionValue() - Method in class com.google.ortools.linearsolver.MPVariable
Returns the value of the variable in the current solution.

If the variable is integer, then the value will always be an integer (the
underlying solver handles floating-point values only, but this function
automatically rounds it to the nearest integer; see: man 3 round).
solve() - Method in class com.google.ortools.algorithms.KnapsackSolver
Solves the problem and returns the profit of the optimal solution.
solve() - Method in class com.google.ortools.constraintsolver.RoutingModel
Solves the current routing model; closes the current model.
This is equivalent to calling
SolveWithParameters(DefaultRoutingSearchParameters())
or
SolveFromAssignmentWithParameters(assignment,
DefaultRoutingSearchParameters()).
solve() - Method in class com.google.ortools.graph.LinearSumAssignment
 
solve() - Method in class com.google.ortools.graph.MinCostFlow
 
solve() - Method in class com.google.ortools.linearsolver.MPSolver
Solves the problem using the default parameter values.
solve(int, int) - Method in class com.google.ortools.graph.MaxFlow
 
solve(Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
Solves the current routing model; closes the current model.
This is equivalent to calling
SolveWithParameters(DefaultRoutingSearchParameters())
or
SolveFromAssignmentWithParameters(assignment,
DefaultRoutingSearchParameters()).
solve(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
solve(DecisionBuilder, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
solve(DecisionBuilder, SearchMonitor[]) - Method in class com.google.ortools.constraintsolver.Solver

Solves the problem using the given DecisionBuilder and returns true if a
solution was found and accepted.

These methods are the ones most users should use to search for a solution.
Note that the definition of 'solution' is subtle.
solve(DecisionBuilder, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
solve(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
solve(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
solve(MPSolverParameters) - Method in class com.google.ortools.linearsolver.MPSolver
Solves the problem using the specified parameter values.
solve(CpModel) - Method in class com.google.ortools.sat.CpSolver
Solves the given module, and returns the solve status.
solve(CpModelProto) - Static method in class com.google.ortools.sat.SatHelper
 
solveAndCommit(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
solveAndCommit(DecisionBuilder, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
solveAndCommit(DecisionBuilder, SearchMonitor[]) - Method in class com.google.ortools.constraintsolver.Solver

SolveAndCommit using a decision builder and up to three
search monitors, usually one for the objective, one for the limits
and one to collect solutions.

The difference between a SolveAndCommit() and a Solve() method
call is the fact that SolveAndCommit will not backtrack all
modifications at the end of the search.
solveAndCommit(DecisionBuilder, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
solveAndCommit(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
solveDepth() - Method in class com.google.ortools.constraintsolver.Solver
Gets the number of nested searches.
solveFromAssignmentWithParameters(Assignment, RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
solveMaxFlowWithMinCost() - Method in class com.google.ortools.graph.MinCostFlow
 
SolveModelWithSat(long, RoutingModel, byte[], long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SolveModelWithSat(RoutingModel, RoutingSearchParameters, Assignment, Assignment) - Static method in class com.google.ortools.constraintsolver.main
Attempts to solve the model using the cp-sat solver.
solver() - Method in class com.google.ortools.constraintsolver.ModelCache
 
solver() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
 
solver() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns a vector cumul_bounds, for which cumul_bounds[i][j] is a pair
containing the minimum and maximum of the CumulVar of the jth node on
route i.
- cumul_bounds[i][j].first is the minimum.
- cumul_bounds[i][j].second is the maximum.
Returns the underlying constraint solver.
solver() - Method in class com.google.ortools.constraintsolver.SearchMonitor
 
Solver - Class in com.google.ortools.constraintsolver
Solver Class

A solver represents the main computation engine.
Solver(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Solver
 
Solver(String) - Constructor for class com.google.ortools.constraintsolver.Solver
Solver API
Solver(String, ConstraintSolverParameters) - Constructor for class com.google.ortools.constraintsolver.Solver
 
Solver_accept(long, Solver, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_acceptedNeighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_addCastConstraint(long, Solver, long, CastConstraint, long, IntVar, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_addConstraint(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_addLocalSearchMonitor(long, Solver, long, LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_addPropagationMonitor(long, Solver, long, PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_ASSIGN_CENTER_VALUE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_ASSIGN_MAX_VALUE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_ASSIGN_MIN_VALUE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_ASSIGN_RANDOM_VALUE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_AT_SOLUTION_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_AVOID_DATE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_balancing_decision(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_branches(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_cache(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_castExpression(long, Solver, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_checkAssignment(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_checkConstraint(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_checkFail(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOICE_POINT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_DYNAMIC_GLOBAL_BEST_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_FIRST_UNBOUND_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_HIGHEST_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_LOWEST_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_MAX_REGRET_ON_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_MAX_SIZE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_MIN_SIZE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_MIN_SIZE_HIGHEST_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_MIN_SIZE_HIGHEST_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_MIN_SIZE_LOWEST_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_MIN_SIZE_LOWEST_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_MIN_SLACK_RANK_FORWARD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_PATH_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_RANDOM_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_RANDOM_RANK_FORWARD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CHOOSE_STATIC_GLOBAL_BEST_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_clear_fail_intercept(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_ClearLocalSearchState(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_compose__SWIG_0(long, Solver, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_compose__SWIG_1(long, Solver, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_compose__SWIG_2(long, Solver, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_compose__SWIG_3(long, Solver, DecisionBuilder[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_concatenateOperators__SWIG_0(long, Solver, LocalSearchOperator[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_concatenateOperators__SWIG_1(long, Solver, LocalSearchOperator[], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_concatenateOperators__SWIG_2(long, Solver, LocalSearchOperator[], IntIntToLongFunction) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_constraints(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CROSS_DATE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_CROSS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_currentlyInSolve(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_DECREMENT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_defaultSolverParameters() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_DELAYED_PRIORITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_demon_runs(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_ENDS_AFTER_END_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_ENDS_AFTER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_ENDS_AFTER_START_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_ENDS_AT_END_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_ENDS_AT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_ENDS_AT_START_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_ENDS_BEFORE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_endSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_EQ_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_EXCHANGE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_exportProfilingOverview(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_EXTENDEDSWAPACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_fail(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_fail_stamp(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_failures(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_filteredNeighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_finishCurrentSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_FULLPATHLNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_GE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_getLocalSearchMonitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_GetOrCreateLocalSearchState(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_getPropagationMonitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_hasName(long, Solver, long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_IN_ROOT_NODE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_IN_SEARCH_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_INCREMENT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_instrumentsDemons(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_instrumentsVariables(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_INT_VALUE_DEFAULT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_INT_VALUE_SIMPLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_INT_VAR_DEFAULT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_INT_VAR_SIMPLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_IntegerCastInfo_expression_get(long, Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_IntegerCastInfo_expression_set(long, Solver.IntegerCastInfo, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_IntegerCastInfo_maintainer_get(long, Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_IntegerCastInfo_maintainer_set(long, Solver.IntegerCastInfo, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_IntegerCastInfo_variable_get(long, Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_IntegerCastInfo_variable_set(long, Solver.IntegerCastInfo, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_INTERVAL_DEFAULT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_INTERVAL_SET_TIMES_BACKWARD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_INTERVAL_SET_TIMES_FORWARD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_INTERVAL_SIMPLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_isLocalSearchProfilingEnabled(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_isProfilingEnabled(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_KEEP_LEFT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_KEEP_RIGHT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_KILL_BOTH_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_kNumPriorities_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_LE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_LK_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_localSearchProfile(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAbs(long, Solver, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAbsEquality(long, Solver, long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_MakeAcceptFilter(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_MAKEACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAllDifferent__SWIG_0(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAllDifferent__SWIG_1(long, Solver, IntVar[], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAllDifferentExcept(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAllowedAssignment(long, Solver, IntVar[], long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAllSolutionCollector__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAllSolutionCollector__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAssignment__SWIG_0(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAssignment__SWIG_1(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAssignVariablesValues(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAssignVariableValue(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_MakeAssignVariableValueOrDoNothing(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAssignVariableValueOrFail(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeAtSolutionCallback(long, Solver, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeBestValueSolutionCollector__SWIG_0(long, Solver, long, Assignment, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeBestValueSolutionCollector__SWIG_1(long, Solver, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeBetweenCt(long, Solver, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeBoolVar__SWIG_0(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeBoolVar__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeBranchesLimit(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_MAKECHAININACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeCircuit(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeClosureDemon(long, Solver, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeConditionalExpression(long, Solver, long, IntVar, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeConstantRestart(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeConstraintAdder(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeConstraintInitialPropagateCallback(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeConvexPiecewiseExpr(long, Solver, long, IntExpr, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeCount__SWIG_0(long, Solver, IntVar[], long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeCount__SWIG_1(long, Solver, IntVar[], long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeCover(long, Solver, IntervalVar[], long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeCumulative__SWIG_0(long, Solver, IntervalVar[], long[], long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeCumulative__SWIG_1(long, Solver, IntervalVar[], int[], long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeCumulative__SWIG_2(long, Solver, IntervalVar[], long[], long, IntVar, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeCumulative__SWIG_3(long, Solver, IntervalVar[], int[], long, IntVar, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeCumulative__SWIG_4(long, Solver, IntervalVar[], IntVar[], long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeCumulative__SWIG_5(long, Solver, IntervalVar[], IntVar[], long, IntVar, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeCustomLimit(long, Solver, BooleanSupplier) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDecision(long, Solver, Consumer<Solver>, Consumer<Solver>) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDecisionBuilderFromAssignment(long, Solver, long, Assignment, long, DecisionBuilder, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDefaultPhase__SWIG_0(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDefaultPhase__SWIG_1(long, Solver, IntVar[], long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDefaultRegularLimitParameters(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDefaultSolutionPool(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDelayedConstraintInitialPropagateCallback(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDelayedPathCumul(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDeviation(long, Solver, IntVar[], long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDifference__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDifference__SWIG_1(long, Solver, long, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDisjunctiveConstraint(long, Solver, IntervalVar[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDistribute__SWIG_0(long, Solver, IntVar[], long[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDistribute__SWIG_1(long, Solver, IntVar[], int[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDistribute__SWIG_2(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDistribute__SWIG_3(long, Solver, IntVar[], long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDistribute__SWIG_4(long, Solver, IntVar[], long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDistribute__SWIG_5(long, Solver, IntVar[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDistribute__SWIG_6(long, Solver, IntVar[], long[], long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDistribute__SWIG_7(long, Solver, IntVar[], int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDiv__SWIG_0(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeDiv__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeElement__SWIG_0(long, Solver, long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeElement__SWIG_1(long, Solver, int[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeElement__SWIG_2(long, Solver, LongUnaryOperator, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeElement__SWIG_3(long, Solver, LongBinaryOperator, long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeElement__SWIG_4(long, Solver, IntVar[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeElementEquality__SWIG_0(long, Solver, long[], long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeElementEquality__SWIG_1(long, Solver, int[], long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeElementEquality__SWIG_2(long, Solver, IntVar[], long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeElementEquality__SWIG_3(long, Solver, IntVar[], long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeEnterSearchCallback(long, Solver, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeEquality__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeEquality__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeEquality__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeEquality__SWIG_3(long, Solver, long, IntervalVar, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeExitSearchCallback(long, Solver, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFailDecision(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFailuresLimit(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFalseConstraint__SWIG_0(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFalseConstraint__SWIG_1(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFirstSolutionCollector__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFirstSolutionCollector__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFixedDurationEndSyncedOnEndIntervalVar(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFixedDurationEndSyncedOnStartIntervalVar(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFixedDurationIntervalVar__SWIG_0(long, Solver, long, long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFixedDurationIntervalVar__SWIG_1(long, Solver, long, IntVar, long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFixedDurationIntervalVar__SWIG_2(long, Solver, long, IntVar, long, long, IntVar, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFixedDurationStartSyncedOnEndIntervalVar(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFixedDurationStartSyncedOnStartIntervalVar(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeFixedInterval(long, Solver, long, long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeGenericTabuSearch(long, Solver, boolean, long, IntVar, long, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeGreater__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeGreater__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeGreater__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeGreaterOrEqual__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeGreaterOrEqual__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeGreaterOrEqual__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeGuidedLocalSearch__SWIG_0(long, Solver, boolean, long, IntVar, LongBinaryOperator, long, IntVar[], double) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeGuidedLocalSearch__SWIG_1(long, Solver, boolean, long, IntVar, LongTernaryOperator, long, IntVar[], IntVar[], double) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIfThenElseCt(long, Solver, long, IntVar, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_MakeImprovementLimit(long, Solver, long, IntVar, boolean, double, double, double, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_MAKEINACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIndexExpression(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIndexOfConstraint(long, Solver, IntVar[], long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIndexOfFirstMaxValueConstraint(long, Solver, long, IntVar, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIndexOfFirstMinValueConstraint(long, Solver, long, IntVar, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntConst__SWIG_0(long, Solver, long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntConst__SWIG_1(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntervalRelaxedMax(long, Solver, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntervalRelaxedMin(long, Solver, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntervalVar(long, Solver, long, long, long, long, long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntervalVarRelation__SWIG_0(long, Solver, long, IntervalVar, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntervalVarRelation__SWIG_1(long, Solver, long, IntervalVar, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntervalVarRelationWithDelay(long, Solver, long, IntervalVar, int, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntVar__SWIG_0(long, Solver, long, long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntVar__SWIG_1(long, Solver, long[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntVar__SWIG_2(long, Solver, int[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntVar__SWIG_3(long, Solver, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntVar__SWIG_4(long, Solver, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIntVar__SWIG_5(long, Solver, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeInversePermutationConstraint(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsBetweenCt(long, Solver, long, IntExpr, long, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsBetweenVar(long, Solver, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsDifferentCstCt__SWIG_0(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsDifferentCstCt__SWIG_1(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsDifferentCstVar__SWIG_0(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsDifferentCstVar__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsEqualCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsEqualCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsEqualVar__SWIG_0(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsEqualVar__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsGreaterCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsGreaterCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsGreaterCt(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsGreaterOrEqualCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsGreaterOrEqualCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsGreaterOrEqualCt(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsGreaterOrEqualVar(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsGreaterVar(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsLessCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsLessCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsLessCt(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsLessOrEqualCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsLessOrEqualCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsLessOrEqualCt(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsLessOrEqualVar(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsLessVar(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsMemberCt__SWIG_0(long, Solver, long, IntExpr, long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsMemberCt__SWIG_1(long, Solver, long, IntExpr, int[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsMemberVar__SWIG_0(long, Solver, long, IntExpr, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeIsMemberVar__SWIG_1(long, Solver, long, IntExpr, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLastSolutionCollector__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLastSolutionCollector__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLess__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLess__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLess__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLessOrEqual__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLessOrEqual__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLessOrEqual__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLexicalLess(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLexicalLessOrEqual(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLimit__SWIG_0(long, Solver, long, long, long, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLimit__SWIG_1(long, Solver, long, long, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLimit__SWIG_2(long, Solver, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLimit__SWIG_3(long, Solver, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLimit__SWIG_4(long, Solver, long, long, long, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLimit__SWIG_5(long, Solver, long, long, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLimit__SWIG_6(long, Solver, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLimit__SWIG_7(long, Solver, long, SearchLimit, long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLocalSearchPhase__SWIG_0(long, Solver, long, Assignment, long, LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLocalSearchPhase__SWIG_1(long, Solver, IntVar[], long, DecisionBuilder, long, LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLocalSearchPhase__SWIG_2(long, Solver, IntVar[], long, DecisionBuilder, long, DecisionBuilder, long, LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLocalSearchPhase__SWIG_3(long, Solver, SequenceVar[], long, DecisionBuilder, long, LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLocalSearchPhaseParameters__SWIG_0(long, Solver, long, IntVar, long, LocalSearchOperator, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLocalSearchPhaseParameters__SWIG_1(long, Solver, long, IntVar, long, LocalSearchOperator, long, DecisionBuilder, long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLocalSearchPhaseParameters__SWIG_2(long, Solver, long, IntVar, long, LocalSearchOperator, long, DecisionBuilder, long, RegularLimit, long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLocalSearchPhaseParameters__SWIG_3(long, Solver, long, IntVar, long, SolutionPool, long, LocalSearchOperator, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLocalSearchPhaseParameters__SWIG_4(long, Solver, long, IntVar, long, SolutionPool, long, LocalSearchOperator, long, DecisionBuilder, long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLocalSearchPhaseParameters__SWIG_5(long, Solver, long, IntVar, long, SolutionPool, long, LocalSearchOperator, long, DecisionBuilder, long, RegularLimit, long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeLubyRestart(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMapDomain(long, Solver, long, IntVar, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMax__SWIG_0(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMax__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMax__SWIG_2(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMax__SWIG_3(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMaxEquality(long, Solver, IntVar[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMaximize(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMemberCt__SWIG_0(long, Solver, long, IntExpr, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMemberCt__SWIG_1(long, Solver, long, IntExpr, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMin__SWIG_0(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMin__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMin__SWIG_2(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMin__SWIG_3(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMinEquality(long, Solver, IntVar[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMinimize(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMirrorInterval(long, Solver, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeModulo__SWIG_0(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeModulo__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMonotonicElement(long, Solver, LongUnaryOperator, boolean, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMoveTowardTargetOperator__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeMoveTowardTargetOperator__SWIG_1(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNBestValueSolutionCollector__SWIG_0(long, Solver, long, Assignment, int, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNBestValueSolutionCollector__SWIG_1(long, Solver, int, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNeighborhoodLimit(long, Solver, long, LocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNestedOptimize__SWIG_0(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNestedOptimize__SWIG_1(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNestedOptimize__SWIG_2(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNestedOptimize__SWIG_3(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNestedOptimize__SWIG_4(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNestedOptimize__SWIG_5(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNoCycle__SWIG_0(long, Solver, IntVar[], IntVar[], LongPredicate) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNoCycle__SWIG_1(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNoCycle__SWIG_2(long, Solver, IntVar[], IntVar[], LongPredicate, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNonEquality__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNonEquality__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNonEquality__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNonOverlappingBoxesConstraint__SWIG_0(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNonOverlappingBoxesConstraint__SWIG_1(long, Solver, IntVar[], IntVar[], long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNonOverlappingBoxesConstraint__SWIG_2(long, Solver, IntVar[], IntVar[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNonOverlappingNonStrictBoxesConstraint__SWIG_0(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNonOverlappingNonStrictBoxesConstraint__SWIG_1(long, Solver, IntVar[], IntVar[], long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNonOverlappingNonStrictBoxesConstraint__SWIG_2(long, Solver, IntVar[], IntVar[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNotBetweenCt(long, Solver, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNotMemberCt__SWIG_0(long, Solver, long, IntExpr, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNotMemberCt__SWIG_1(long, Solver, long, IntExpr, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNotMemberCt__SWIG_2(long, Solver, long, IntExpr, long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNotMemberCt__SWIG_3(long, Solver, long, IntExpr, int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNullIntersect(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeNullIntersectExcept(long, Solver, IntVar[], IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeOperator__SWIG_0(long, Solver, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeOperator__SWIG_1(long, Solver, IntVar[], IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeOperator__SWIG_2(long, Solver, IntVar[], LongTernaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeOperator__SWIG_3(long, Solver, IntVar[], IntVar[], LongTernaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeOpposite(long, Solver, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeOptimize(long, Solver, boolean, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePack(long, Solver, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePathConnected(long, Solver, IntVar[], long[], long[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePathCumul__SWIG_0(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePathCumul__SWIG_1(long, Solver, IntVar[], IntVar[], IntVar[], LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePathCumul__SWIG_2(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[], LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_0(long, Solver, IntVar[], int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_1(long, Solver, IntVar[], LongUnaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_10(long, Solver, long, IntVar, long, IntVar, long, IntVar, long, IntVar, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_11(long, Solver, IntVar[], LongBinaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_12(long, Solver, IntVar[], LongBinaryOperator, LongUnaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_13(long, Solver, IntervalVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_14(long, Solver, SequenceVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_2(long, Solver, IntVar[], int, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_3(long, Solver, IntVar[], int, LongTernaryPredicate) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_4(long, Solver, IntVar[], LongUnaryOperator, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_5(long, Solver, IntVar[], int, LongBinaryOperator, LongUnaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_6(long, Solver, IntVar[], LongUnaryOperator, LongBinaryOperator, LongUnaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_7(long, Solver, long, IntVar, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_8(long, Solver, long, IntVar, long, IntVar, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePhase__SWIG_9(long, Solver, long, IntVar, long, IntVar, long, IntVar, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePower(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makePrintModelVisitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeProd__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeProd__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeRandomLnsOperator__SWIG_0(long, Solver, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeRandomLnsOperator__SWIG_1(long, Solver, IntVar[], int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeRankFirstInterval(long, Solver, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeRankLastInterval(long, Solver, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_MakeRejectFilter(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeRestoreAssignment(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeScalProd__SWIG_0(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeScalProd__SWIG_1(long, Solver, IntVar[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeScalProdEquality__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeScalProdEquality__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeScalProdEquality__SWIG_2(long, Solver, IntVar[], long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeScalProdEquality__SWIG_3(long, Solver, IntVar[], int[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeScalProdGreaterOrEqual__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeScalProdGreaterOrEqual__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeScalProdLessOrEqual__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeScalProdLessOrEqual__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeScheduleOrExpedite(long, Solver, long, IntervalVar, long, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeScheduleOrPostpone(long, Solver, long, IntervalVar, long, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSearchLog__SWIG_0(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSearchLog__SWIG_1(long, Solver, int, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSearchLog__SWIG_2(long, Solver, int, Supplier<String>) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSearchLog__SWIG_3(long, Solver, int, long, IntVar, Supplier<String>) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSearchLog__SWIG_4(long, Solver, int, long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSearchLog__SWIG_5(long, Solver, int, long, OptimizeVar, Supplier<String>) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSearchTrace(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSemiContinuousExpr(long, Solver, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSimulatedAnnealing(long, Solver, boolean, long, IntVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSolutionsLimit(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSolveOnce__SWIG_0(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSolveOnce__SWIG_1(long, Solver, long, DecisionBuilder, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSolveOnce__SWIG_2(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSolveOnce__SWIG_3(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSolveOnce__SWIG_4(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSolveOnce__SWIG_5(long, Solver, long, DecisionBuilder, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSortingConstraint(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSplitVariableDomain(long, Solver, long, IntVar, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSquare(long, Solver, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeStatisticsModelVisitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeStoreAssignment(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeStrictDisjunctiveConstraint(long, Solver, IntervalVar[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSubCircuit(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSum__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSum__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSum__SWIG_2(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSumEquality__SWIG_0(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSumEquality__SWIG_1(long, Solver, IntVar[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSumGreaterOrEqual(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSumLessOrEqual(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSumObjectiveFilter__SWIG_0(long, Solver, IntVar[], LongBinaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSumObjectiveFilter__SWIG_1(long, Solver, IntVar[], IntVar[], LongTernaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSymmetryManager__SWIG_0(long, Solver, SymmetryBreaker[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSymmetryManager__SWIG_1(long, Solver, long, SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSymmetryManager__SWIG_2(long, Solver, long, SymmetryBreaker, long, SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSymmetryManager__SWIG_3(long, Solver, long, SymmetryBreaker, long, SymmetryBreaker, long, SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeSymmetryManager__SWIG_4(long, Solver, long, SymmetryBreaker, long, SymmetryBreaker, long, SymmetryBreaker, long, SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeTabuSearch(long, Solver, boolean, long, IntVar, long, IntVar[], long, long, double) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeTemporalDisjunction__SWIG_0(long, Solver, long, IntervalVar, long, IntervalVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeTemporalDisjunction__SWIG_1(long, Solver, long, IntervalVar, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeTimeLimit__SWIG_0(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeTimeLimit__SWIG_1(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeTransitionConstraint__SWIG_0(long, Solver, IntVar[], long, IntTupleSet, long, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeTransitionConstraint__SWIG_1(long, Solver, IntVar[], long, IntTupleSet, long, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeTrueConstraint(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeVariableDomainFilter(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeVariableGreaterOrEqualValue(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeVariableLessOrEqualValue(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeWeightedMaximize__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeWeightedMaximize__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeWeightedMinimize__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeWeightedMinimize__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeWeightedOptimize__SWIG_0(long, Solver, boolean, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_makeWeightedOptimize__SWIG_1(long, Solver, boolean, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_MAXIMIZATION_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_memoryUsage() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_MINIMIZATION_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_model_name(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_MultiArmedBanditConcatenateOperators(long, Solver, LocalSearchOperator[], double, double, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_nameAllVariables(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_neighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_newSearch__SWIG_0(long, Solver, long, DecisionBuilder, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_newSearch__SWIG_1(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_newSearch__SWIG_2(long, Solver, long, DecisionBuilder, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_newSearch__SWIG_3(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_newSearch__SWIG_4(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_newSearch__SWIG_5(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_nextSolution(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_NO_CHANGE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_NO_MORE_SOLUTIONS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_NORMAL_PRIORITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_NOT_SET_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_optimization_direction(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_OROPT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_OUTSIDE_SEARCH_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_parameters(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SOLVER_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingModelParameters
 
Solver_PATHLNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_popState(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_PROBLEM_INFEASIBLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_pushState(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_rand32(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_rand64(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_randomConcatenateOperators__SWIG_0(long, Solver, LocalSearchOperator[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_randomConcatenateOperators__SWIG_1(long, Solver, LocalSearchOperator[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_registerDemon(long, Solver, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_registerIntervalVar(long, Solver, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_registerIntExpr(long, Solver, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_registerIntVar(long, Solver, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_RELOCATE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_reSeed(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_restartCurrentSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_restartSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_REVERSIBLE_ACTION_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_searchDepth(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_searchLeftDepth(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_SENTINEL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_SEQUENCE_DEFAULT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_SEQUENCE_SIMPLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_set_optimization_direction(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_SetUseFastLocalSearch(long, Solver, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_shouldFail(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_SIMPLE_MARKER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_SIMPLELNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solutions(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solve__SWIG_0(long, Solver, long, DecisionBuilder, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solve__SWIG_1(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solve__SWIG_2(long, Solver, long, DecisionBuilder, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solve__SWIG_3(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solve__SWIG_4(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solve__SWIG_5(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solveAndCommit__SWIG_0(long, Solver, long, DecisionBuilder, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solveAndCommit__SWIG_1(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solveAndCommit__SWIG_2(long, Solver, long, DecisionBuilder, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solveAndCommit__SWIG_3(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solveAndCommit__SWIG_4(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_solveDepth(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SOLVER_SPECIFIC_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
 
Solver_SPLIT_LOWER_HALF_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_SPLIT_UPPER_HALF_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_stamp(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_STARTS_AFTER_END_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_STARTS_AFTER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_STARTS_AFTER_START_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_STARTS_AT_END_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_STARTS_AT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_STARTS_AT_START_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_STARTS_BEFORE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_state(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_STAYS_IN_SYNC_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_SWAPACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_SWITCH_BRANCHES_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SOLVER_TIME_LIMIT_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
 
Solver_tmp_vector__get(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_tmp_vector__set(long, Solver, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_topPeriodicCheck(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_topProgressPercent(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_toString(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_tryDecisions__SWIG_0(long, Solver, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_tryDecisions__SWIG_1(long, Solver, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_tryDecisions__SWIG_2(long, Solver, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_tryDecisions__SWIG_3(long, Solver, DecisionBuilder[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_TSPLNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_TSPOPT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_TWOOPT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SOLVER_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
 
Solver_UNACTIVELNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_unchecked_solutions(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_UseFastLocalSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_VAR_PRIORITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver_wallTime(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Solver.FailException - Exception in com.google.ortools.constraintsolver
This exceptions signal that a failure has been raised in the C++ world.
Solver.IntegerCastInfo - Class in com.google.ortools.constraintsolver
Holds semantic information stating that the 'expression' has been
cast into 'variable' using the Var() method, and that
'maintainer' is responsible for maintaining the equality between
'variable' and 'expression'.
SolverParameters - Class in com.google.ortools.constraintsolver
 
solverResponseStats(CpSolverResponse) - Static method in class com.google.ortools.sat.SatHelper
 
solveWithParameters(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
Solves the current routing model with the given parameters.
solveWithParameters(CpModelProto, SatParameters) - Static method in class com.google.ortools.sat.SatHelper
 
solveWithParametersAndSolutionCallback(CpModelProto, SatParameters, SolutionCallback) - Static method in class com.google.ortools.sat.SatHelper
 
solveWithProto(MPModelRequest) - Static method in class com.google.ortools.linearsolver.MPSolver
Solves the given model proto and returns a response proto.
solveWithSolutionCallback(CpModel, CpSolverSolutionCallback) - Method in class com.google.ortools.sat.CpSolver
Solves a problem and passes each solution found to the callback.
sortedByColumn(int) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
SortedDisjointIntervalList - Class in com.google.ortools.util
This class represents a sorted list of disjoint, closed intervals.
SortedDisjointIntervalList() - Constructor for class com.google.ortools.util.SortedDisjointIntervalList
 
SortedDisjointIntervalList(int[], int[]) - Constructor for class com.google.ortools.util.SortedDisjointIntervalList
 
SortedDisjointIntervalList(long[], long[]) - Constructor for class com.google.ortools.util.SortedDisjointIntervalList
Creates a SortedDisjointIntervalList and fills it with intervals
[starts[i]..ends[i]].
SortedDisjointIntervalList(long, boolean) - Constructor for class com.google.ortools.util.SortedDisjointIntervalList
 
SortedDisjointIntervalList_buildComplementOnInterval(long, SortedDisjointIntervalList, long, long) - Static method in class com.google.ortools.util.mainJNI
 
SortedDisjointIntervalList_insertInterval(long, SortedDisjointIntervalList, long, long) - Static method in class com.google.ortools.util.mainJNI
 
SortedDisjointIntervalList_insertIntervals__SWIG_0(long, SortedDisjointIntervalList, long[], long[]) - Static method in class com.google.ortools.util.mainJNI
 
SortedDisjointIntervalList_insertIntervals__SWIG_1(long, SortedDisjointIntervalList, int[], int[]) - Static method in class com.google.ortools.util.mainJNI
 
SortedDisjointIntervalList_numIntervals(long, SortedDisjointIntervalList) - Static method in class com.google.ortools.util.mainJNI
 
SortedDisjointIntervalList_toString(long, SortedDisjointIntervalList) - Static method in class com.google.ortools.util.mainJNI
 
sortedLexicographically() - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
SOS_CONSTRAINT - com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
 
SOS_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
SOS1_DEFAULT - com.google.ortools.linearsolver.MPSosConstraint.Type
At most one variable in `var_index` must be non-zero.
SOS1_DEFAULT_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSosConstraint.Type
At most one variable in `var_index` must be non-zero.
SOS2 - com.google.ortools.linearsolver.MPSosConstraint.Type
At most two consecutive variables from `var_index` can be non-zero (i.e.
SOS2_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSosConstraint.Type
At most two consecutive variables from `var_index` can be non-zero (i.e.
SparsePermutationProto - Class in com.google.ortools.sat
A permutation of integers encoded as a list of cycles, hence the "sparse" format.
SparsePermutationProto.Builder - Class in com.google.ortools.sat
A permutation of integers encoded as a list of cycles, hence the "sparse" format.
SparsePermutationProtoOrBuilder - Interface in com.google.ortools.sat
 
SPLIT_LOWER_HALF - Static variable in class com.google.ortools.constraintsolver.Solver
Split the domain in two around the center, and choose the lower
part first.
SPLIT_UPPER_HALF - Static variable in class com.google.ortools.constraintsolver.Solver
Split the domain in two around the center, and choose the lower
part first.
stamp() - Method in class com.google.ortools.constraintsolver.Solver
The stamp indicates how many moves in the search tree we have performed.
It is useful to detect if we need to update same lazy structures.
start(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Model inspection.
Returns the variable index of the starting node of a vehicle route.
start(Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
START_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntervalConstraintProto
 
START_VIEW_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntervalConstraintProto
 
startExpr() - Method in class com.google.ortools.constraintsolver.IntervalVar
These methods create expressions encapsulating the start, end
and duration of the interval var.
STARTING_STATE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
 
startMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
startMax() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
startMax(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
startMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
These methods query, set, and watch the start position of the
interval var.
startMin() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
startMin(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
startProcessingIntegerVariable(IntVar) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
STARTS_AFTER - Static variable in class com.google.ortools.constraintsolver.Solver
t starts after d, i.e.
STARTS_AFTER_END - Static variable in class com.google.ortools.constraintsolver.Solver
t1 starts after t2 end, i.e.
STARTS_AFTER_START - Static variable in class com.google.ortools.constraintsolver.Solver
t1 starts after t2 start, i.e.
STARTS_AT - Static variable in class com.google.ortools.constraintsolver.Solver
t starts at d, i.e.
STARTS_AT_END - Static variable in class com.google.ortools.constraintsolver.Solver
t1 starts at t2 end, i.e.
STARTS_AT_START - Static variable in class com.google.ortools.constraintsolver.Solver
t1 starts at t2 start, i.e.
STARTS_BEFORE - Static variable in class com.google.ortools.constraintsolver.Solver
t starts before d, i.e.
startValue() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
startValue(int, IntervalVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the StartValue of 'var' in the nth solution.
startValue(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
state() - Method in class com.google.ortools.constraintsolver.Solver
State of the solver.
status() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the current status of the routing model.
STATUS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
STATUS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
STATUS_STR_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
STAYS_IN_SYNC - Static variable in class com.google.ortools.constraintsolver.Solver
STARTS_AT_START and ENDS_AT_END at the same time.
t1 starts at t2 start, i.e.
STOP_AFTER_FIRST_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
STOP_AFTER_PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
stopSearch() - Method in class com.google.ortools.sat.SolutionCallback
 
store() - Method in class com.google.ortools.constraintsolver.Assignment
 
store() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
store() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
store() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
store() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
store() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
store() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
STORE_NAMES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
STRATEGY_CHANGE_INCREASE_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
STRATIFICATION_ASCENT - com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
Start with all literals.
STRATIFICATION_ASCENT_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
Start with all literals.
STRATIFICATION_DESCENT - com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
Start with literals with the highest weight, and when SAT, add the literals with the next highest weight and so on.
STRATIFICATION_DESCENT_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
Start with literals with the highest weight, and when SAT, add the literals with the next highest weight and so on.
STRATIFICATION_NONE - com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
No stratification of the problem.
STRATIFICATION_NONE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
No stratification of the problem.
SUBSUMPTION_DURING_CONFLICT_ANALYSIS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
SUFFICIENT_ASSUMPTIONS_FOR_INFEASIBILITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
sufficientAssumptionsForInfeasibility() - Method in class com.google.ortools.sat.CpSolver
 
sum(IntVar[]) - Static method in interface com.google.ortools.sat.LinearExpr
Creates a sum expression.
SumOfVariables - Class in com.google.ortools.sat
A linear expression interface that can be parsed.
SumOfVariables(IntVar[]) - Constructor for class com.google.ortools.sat.SumOfVariables
 
SUPPORT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SparsePermutationProto
 
supportsProblemType(MPSolver.OptimizationProblemType) - Static method in class com.google.ortools.linearsolver.MPSolver
Whether the given problem type is supported (this will depend on the
targets that you linked).
suppressOutput() - Method in class com.google.ortools.linearsolver.MPSolver
Suppresses solver logging.
SWAPACTIVE - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which replaces an active node by an inactive one.
Possible neighbors for the path 1 -> 2 -> 3 -> 4 with 5 inactive
(where 1 and 4 are first and last nodes of the path) are:
1 -> [5] -> 3 -> 4 with 2 inactive
1 -> 2 -> [5] -> 4 with 3 inactive
SWEEP - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Sweep algorithm (Wren & Holliday).
SWEEP_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Sweep algorithm (Wren & Holliday).
swigCMemOwn - Variable in class com.google.ortools.algorithms.KnapsackSolver
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AssignmentElement
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.BaseObject
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.IntBoolPair
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.IntTupleSet
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.IntVarLocalSearchHandler
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.ModelCache
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RevBool
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RevInteger
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RevLong
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RevPartialSequence
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingDimension
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingIndexManager
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.SequenceVarLocalSearchHandler
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.Solver
 
swigCMemOwn - Variable in class com.google.ortools.constraintsolver.TypeRegulationsChecker
 
swigCMemOwn - Variable in class com.google.ortools.graph.LinearSumAssignment
 
swigCMemOwn - Variable in class com.google.ortools.graph.MaxFlow
 
swigCMemOwn - Variable in class com.google.ortools.graph.MinCostFlowBase
 
swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPConstraint
 
swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPModelExportOptions
 
swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPObjective
 
swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPSolver
 
swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPSolverParameters
 
swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPVariable
 
swigCMemOwn - Variable in class com.google.ortools.sat.SatHelper
 
swigCMemOwn - Variable in class com.google.ortools.sat.SolutionCallback
 
swigCMemOwn - Variable in class com.google.ortools.util.Domain
 
swigCMemOwn - Variable in class com.google.ortools.util.SortedDisjointIntervalList
 
SwigDirector_BaseLns_HasFragments(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_BaseLns_HoldsDelta(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_BaseLns_initFragments(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_BaseLns_isIncremental(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_BaseLns_nextFragment(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_BaseLns_reset(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_BaseLns_toString(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_ChangeValue_HasFragments(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_ChangeValue_HoldsDelta(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_ChangeValue_isIncremental(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_ChangeValue_modifyValue(ChangeValue, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_ChangeValue_oneNeighbor(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_ChangeValue_onStart(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_ChangeValue_reset(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_ChangeValue_toString(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_Decision_accept(Decision, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_Decision_apply(Decision, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_Decision_refute(Decision, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_Decision_toString(Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_DecisionBuilder_nextWrap(DecisionBuilder, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_DecisionBuilder_toString(DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_DecisionVisitor_toString(DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_DecisionVisitor_visitRankFirstInterval(DecisionVisitor, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_DecisionVisitor_visitRankLastInterval(DecisionVisitor, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_DecisionVisitor_visitScheduleOrExpedite(DecisionVisitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_DecisionVisitor_visitScheduleOrPostpone(DecisionVisitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_DecisionVisitor_visitSetVariableValue(DecisionVisitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_DecisionVisitor_visitSplitVariableDomain(DecisionVisitor, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_DecisionVisitor_visitUnknownDecision(DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchFilter_accept(IntVarLocalSearchFilter, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchFilter_Commit(IntVarLocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchFilter_getAcceptedObjectiveValue(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchFilter_getSynchronizedObjectiveValue(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchFilter_isIncremental(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchFilter_onSynchronize(IntVarLocalSearchFilter, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchFilter_Relax(IntVarLocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchFilter_Reset(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchFilter_Revert(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchFilter_toString(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchOperator_HasFragments(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchOperator_HoldsDelta(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchOperator_isIncremental(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchOperator_oneNeighbor(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchOperator_onStart(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchOperator_reset(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_IntVarLocalSearchOperator_toString(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchFilter_accept(LocalSearchFilter, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchFilter_Commit(LocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchFilter_getAcceptedObjectiveValue(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchFilter_getSynchronizedObjectiveValue(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchFilter_isIncremental(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchFilter_Relax(LocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchFilter_Reset(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchFilter_Revert(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchFilter_synchronize(LocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchFilter_toString(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchFilterManager_toString(LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchOperator_HasFragments(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchOperator_HoldsDelta(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchOperator_nextNeighbor(LocalSearchOperator, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchOperator_reset(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchOperator_start(LocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_LocalSearchOperator_toString(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_ConsiderAlternatives(PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_getBaseNodeRestartPosition(PathOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_HasFragments(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_HoldsDelta(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_initPosition(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_isIncremental(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_neighbor(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_oneNeighbor(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_OnNodeInitialization(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_onSamePathAsPreviousBase(PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_onStart(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_reset(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_restartAtPathStartOnSynchronize(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_setNextBaseToIncrement(PathOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_PathOperator_toString(PathOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_accept(SearchMonitor, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_acceptDelta(SearchMonitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_acceptNeighbor(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_acceptSolution(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_AcceptUncheckedNeighbor(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_afterDecision(SearchMonitor, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_applyDecision(SearchMonitor, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_atSolution(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_beginFail(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_beginInitialPropagation(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_beginNextDecision(SearchMonitor, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_endFail(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_endInitialPropagation(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_endNextDecision(SearchMonitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_enterSearch(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_exitSearch(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_install(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_IsUncheckedSolutionLimitReached(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_localOptimum(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_noMoreSolutions(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_periodicCheck(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_progressPercent(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_refuteDecision(SearchMonitor, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_restartSearch(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SearchMonitor_toString(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SequenceVarLocalSearchOperator_HasFragments(SequenceVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SequenceVarLocalSearchOperator_HoldsDelta(SequenceVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SequenceVarLocalSearchOperator_isIncremental(SequenceVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SequenceVarLocalSearchOperator_nextNeighbor(SequenceVarLocalSearchOperator, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SequenceVarLocalSearchOperator_onStart(SequenceVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SequenceVarLocalSearchOperator_reset(SequenceVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SequenceVarLocalSearchOperator_toString(SequenceVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SolutionCallback_onSolutionCallback(SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
 
SwigDirector_SymmetryBreaker_toString(SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SymmetryBreaker_visitRankFirstInterval(SymmetryBreaker, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SymmetryBreaker_visitRankLastInterval(SymmetryBreaker, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SymmetryBreaker_visitScheduleOrExpedite(SymmetryBreaker, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SymmetryBreaker_visitScheduleOrPostpone(SymmetryBreaker, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SymmetryBreaker_visitSetVariableValue(SymmetryBreaker, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SymmetryBreaker_visitSplitVariableDomain(SymmetryBreaker, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SwigDirector_SymmetryBreaker_visitUnknownDecision(SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.BaseLns
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.ChangeValue
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.Decision
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.PathOperator
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.SearchMonitor
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperator
 
swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
swigDirectorDisconnect() - Method in class com.google.ortools.sat.SolutionCallback
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.BaseLns
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.ChangeValue
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.Decision
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.PathOperator
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.SearchMonitor
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperator
 
swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
swigReleaseOwnership() - Method in class com.google.ortools.sat.SolutionCallback
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.BaseLns
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.ChangeValue
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.Decision
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.PathOperator
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.SearchMonitor
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperator
 
swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
swigTakeOwnership() - Method in class com.google.ortools.sat.SolutionCallback
 
swigToEnum(int) - Static method in enum com.google.ortools.algorithms.KnapsackSolver.SolverType
 
swigToEnum(int) - Static method in enum com.google.ortools.graph.LinearSumAssignment.Status
 
swigToEnum(int) - Static method in enum com.google.ortools.graph.MaxFlow.Status
 
swigToEnum(int) - Static method in enum com.google.ortools.graph.MinCostFlowBase.Status
 
swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolver.BasisStatus
 
swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolver.ResultStatus
 
swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
 
swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
 
swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
 
swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
 
swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
 
swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.ScalingValues
 
SWIGTYPE_p_absl__Duration - Class in com.google.ortools.constraintsolver
 
SWIGTYPE_p_absl__Duration() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
 
SWIGTYPE_p_absl__Duration(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
 
SWIGTYPE_p_absl__flat_hash_setT_int_t - Class in com.google.ortools.constraintsolver
 
SWIGTYPE_p_absl__flat_hash_setT_int_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_int_t
 
SWIGTYPE_p_absl__flat_hash_setT_int_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_int_t
 
SWIGTYPE_p_std__pairT_int_bool_t - Class in com.google.ortools.constraintsolver
 
SWIGTYPE_p_std__pairT_int_bool_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__pairT_int_bool_t
 
SWIGTYPE_p_std__pairT_int_bool_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__pairT_int_bool_t
 
SWIGTYPE_p_std__setT_operations_research__ClosedInterval_operations_research__SortedDisjointIntervalList__IntervalComparator_t__iterator - Class in com.google.ortools.util
 
SWIGTYPE_p_std__setT_operations_research__ClosedInterval_operations_research__SortedDisjointIntervalList__IntervalComparator_t__iterator() - Constructor for class com.google.ortools.util.SWIGTYPE_p_std__setT_operations_research__ClosedInterval_operations_research__SortedDisjointIntervalList__IntervalComparator_t__iterator
 
SWIGTYPE_p_std__setT_operations_research__ClosedInterval_operations_research__SortedDisjointIntervalList__IntervalComparator_t__iterator(long, boolean) - Constructor for class com.google.ortools.util.SWIGTYPE_p_std__setT_operations_research__ClosedInterval_operations_research__SortedDisjointIntervalList__IntervalComparator_t__iterator
 
SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t - Class in com.google.ortools.constraintsolver
 
SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t
 
SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t
 
SWIGTYPE_p_std__vectorT_int_t - Class in com.google.ortools.constraintsolver
 
SWIGTYPE_p_std__vectorT_int_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_int_t
 
SWIGTYPE_p_std__vectorT_int_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_int_t
 
SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t - Class in com.google.ortools.constraintsolver
 
SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t
 
SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t
 
SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t - Class in com.google.ortools.constraintsolver
 
SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t
 
SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t
 
SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t - Class in com.google.ortools.constraintsolver
 
SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t
 
SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t
 
SWIGTYPE_p_std__vectorT_std__vectorT_long_t_t - Class in com.google.ortools.constraintsolver
 
SWIGTYPE_p_std__vectorT_std__vectorT_long_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__vectorT_long_t_t
 
SWIGTYPE_p_std__vectorT_std__vectorT_long_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__vectorT_long_t_t
 
swigValue() - Method in enum com.google.ortools.algorithms.KnapsackSolver.SolverType
 
swigValue() - Method in enum com.google.ortools.graph.LinearSumAssignment.Status
 
swigValue() - Method in enum com.google.ortools.graph.MaxFlow.Status
 
swigValue() - Method in enum com.google.ortools.graph.MinCostFlowBase.Status
 
swigValue() - Method in enum com.google.ortools.linearsolver.MPSolver.BasisStatus
 
swigValue() - Method in enum com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
swigValue() - Method in enum com.google.ortools.linearsolver.MPSolver.ResultStatus
 
swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
 
swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
 
swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
 
swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
 
swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
 
swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.ScalingValues
 
SWITCH_BRANCHES - Static variable in class com.google.ortools.constraintsolver.Solver
Applies right branch first.
SYMMETRY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
SYMMETRY_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
SymmetryBreaker - Class in com.google.ortools.constraintsolver
A symmetry breaker is an object that will visit a decision and
create the 'symmetrical' decision in return.
Each symmetry breaker represents one class of symmetry.
SymmetryBreaker() - Constructor for class com.google.ortools.constraintsolver.SymmetryBreaker
 
SymmetryBreaker(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SymmetryBreaker
 
SymmetryBreaker_addIntegerVariableEqualValueClause(long, SymmetryBreaker, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SymmetryBreaker_addIntegerVariableGreaterOrEqualValueClause(long, SymmetryBreaker, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SymmetryBreaker_addIntegerVariableLessOrEqualValueClause(long, SymmetryBreaker, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SymmetryBreaker_change_ownership(SymmetryBreaker, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SymmetryBreaker_director_connect(SymmetryBreaker, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SymmetryBreaker_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
SymmetryProto - Class in com.google.ortools.sat
Experimental.
SymmetryProto.Builder - Class in com.google.ortools.sat
Experimental.
SymmetryProtoOrBuilder - Interface in com.google.ortools.sat
 
synchronize(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
This method should not be overridden.
synchronize(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
Synchronizes the filter with the current solution, delta being the
difference with the solution passed to the previous call to Synchronize()
or IncrementalSynchronize().
synchronize(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
Synchronizes all filters to assignment.
syncNeeded(Assignment) - Method in class com.google.ortools.constraintsolver.SolutionPool
This method checks if the local solution needs to be updated with
an external one.

T

TABLE - com.google.ortools.sat.ConstraintProto.ConstraintCase
 
TABLE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
TableConstraintProto - Class in com.google.ortools.sat
The values of the n-tuple formed by the given variables can only be one of the listed n-tuples in values.
TableConstraintProto.Builder - Class in com.google.ortools.sat
The values of the n-tuple formed by the given variables can only be one of the listed n-tuples in values.
TableConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
TABU_SEARCH - com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Uses tabu search to escape local minima (cf.
TABU_SEARCH_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Uses tabu search to escape local minima (cf.
TAILS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CircuitConstraintProto
 
TAILS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.RoutesConstraintProto
 
TARGET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ElementConstraintProto
 
TARGET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntegerArgumentProto
 
TARGET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearArgumentProto
 
target_var() - Method in class com.google.ortools.constraintsolver.CastConstraint
 
term(IntVar, long) - Static method in interface com.google.ortools.sat.LinearExpr
Creates a linear term (var * coefficient).
test(long, long, long) - Method in interface com.google.ortools.constraintsolver.LongTernaryPredicate
Evaluates this predicate on the given arguments.
TIGHTENED_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
TIME_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
 
TIME_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
TIMES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ReservoirConstraintProto
 
toBuilder() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
toBuilder() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
toBuilder() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
toBuilder() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
toBuilder() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
toBuilder() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.BoolArgumentProto
 
toBuilder() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.ConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.CpModelProto
 
toBuilder() - Method in class com.google.ortools.sat.CpObjectiveProto
 
toBuilder() - Method in class com.google.ortools.sat.CpSolverResponse
 
toBuilder() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
toBuilder() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
toBuilder() - Method in class com.google.ortools.sat.DenseMatrixProto
 
toBuilder() - Method in class com.google.ortools.sat.ElementConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.IntegerArgumentProto
 
toBuilder() - Method in class com.google.ortools.sat.IntegerVariableProto
 
toBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.InverseConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto
 
toBuilder() - Method in class com.google.ortools.sat.LinearConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.LinearExpressionProto
 
toBuilder() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
toBuilder() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.SatParameters
 
toBuilder() - Method in class com.google.ortools.sat.SparsePermutationProto
 
toBuilder() - Method in class com.google.ortools.sat.SymmetryProto
 
toBuilder() - Method in class com.google.ortools.sat.TableConstraintProto
 
topPeriodicCheck() - Method in class com.google.ortools.constraintsolver.Solver
Performs PeriodicCheck on the top-level search; for instance, can be
called from a nested solve to check top-level limits.
topProgressPercent() - Method in class com.google.ortools.constraintsolver.Solver
Returns a percentage representing the propress of the search before
reaching the limits of the top-level search (can be called from a nested
solve).
toString() - Method in class com.google.ortools.constraintsolver.Assignment
 
toString() - Method in class com.google.ortools.constraintsolver.BaseObject
 
toString() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
toString() - Method in class com.google.ortools.constraintsolver.Constraint
 
toString() - Method in class com.google.ortools.constraintsolver.CPFeasibilityFilter
 
toString() - Method in class com.google.ortools.constraintsolver.Decision
 
toString() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
 
toString() - Method in class com.google.ortools.constraintsolver.Demon
 
toString() - Method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
toString() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
toString() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
toString() - Method in class com.google.ortools.constraintsolver.IntVarIterator
Pretty Print.
toString() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
toString() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
toString() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
toString() - Method in class com.google.ortools.constraintsolver.Pack
 
toString() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
 
toString() - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
toString() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
toString() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
toString() - Method in class com.google.ortools.constraintsolver.SearchLimit
 
toString() - Method in class com.google.ortools.constraintsolver.SearchLog
 
toString() - Method in class com.google.ortools.constraintsolver.SequenceVar
 
toString() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
toString() - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
toString() - Method in class com.google.ortools.constraintsolver.Solver
misc debug string.
toString() - Method in class com.google.ortools.sat.IntervalVar
 
toString() - Method in class com.google.ortools.sat.IntVar
 
toString() - Method in class com.google.ortools.util.Domain
Returns a compact string of a vector of intervals like "[1,4][6][10,20]".
toString() - Method in class com.google.ortools.util.SortedDisjointIntervalList
 
TRACE_PROPAGATION_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
TRACE_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
TRACE_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
TRACE_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
TRAIL_BLOCK_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
TRANSFORMATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DecisionStrategyProto
 
TRANSITION_HEAD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
 
TRANSITION_LABEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
 
TRANSITION_TAIL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
 
transitionTime(int, int) - Method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
 
transits() - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
transitVar(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
TREAT_BINARY_CLAUSES_SEPARATELY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
trueLiteral() - Method in class com.google.ortools.sat.CpModel
Returns the true literal.
tryDecisions(DecisionBuilder[]) - Method in class com.google.ortools.constraintsolver.Solver
 
tryDecisions(DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
Creates a decision builder which will create a search tree where each
decision builder is called from the top of the search tree.
tryDecisions(DecisionBuilder, DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
tryDecisions(DecisionBuilder, DecisionBuilder, DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
TSPLNS - Static variable in class com.google.ortools.constraintsolver.Solver
TSP-base LNS.
Randomly merge consecutive nodes until n "meta"-nodes remain and solve
the corresponding TSP.
This is an "unlimited" neighborhood which must be stopped by search
limits.
TSPOPT - Static variable in class com.google.ortools.constraintsolver.Solver
Sliding TSP operator.
Uses an exact dynamic programming algorithm to solve the TSP
corresponding to path sub-chains.
For a subchain 1 -> 2 -> 3 -> 4 -> 5 -> 6, solves the TSP on
nodes A, 2, 3, 4, 5, where A is a merger of nodes 1 and 6 such that
cost(A,i) = cost(1,i) and cost(i,A) = cost(i,6).
TWOOPT - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which reverses a sub-chain of a path.
Type(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
TYPE_ADDED_TO_VEHICLE - Static variable in class com.google.ortools.constraintsolver.RoutingModel
When visited, the number of types 'T' on the vehicle increases by one.
TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSosConstraint
 
TYPE_ON_VEHICLE_UP_TO_VISIT - Static variable in class com.google.ortools.constraintsolver.RoutingModel
With the following policy, the visit enforces that type 'T' is
considered on the route from its start until this node is visited.
TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED - Static variable in class com.google.ortools.constraintsolver.RoutingModel
The visit doesn't have an impact on the number of types 'T' on the
route, as it's (virtually) added and removed directly.
This policy can be used for visits which are part of an incompatibility
or requirement set without affecting the type count on the route.
TypeIncompatibilityChecker - Class in com.google.ortools.constraintsolver
Checker for type incompatibilities.
TypeIncompatibilityChecker(long, boolean) - Constructor for class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
 
TypeIncompatibilityChecker(RoutingModel, boolean) - Constructor for class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
 
TypeIncompatibilityChecker_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
TypeRegulationsChecker - Class in com.google.ortools.constraintsolver
 
TypeRegulationsChecker(long, boolean) - Constructor for class com.google.ortools.constraintsolver.TypeRegulationsChecker
 
TypeRegulationsConstraint - Class in com.google.ortools.constraintsolver
The following constraint ensures that incompatibilities and requirements
between types are respected.

It verifies both "hard" and "temporal" incompatibilities.
Two nodes with hard incompatible types cannot be served by the same vehicle
at all, while with a temporal incompatibility they can't be on the same
route at the same time.
The VisitTypePolicy of a node determines how visiting it impacts the type
count on the route.

For example, for
- three temporally incompatible types T1 T2 and T3
- 2 pairs of nodes a1/r1 and a2/r2 of type T1 and T2 respectively, with
- a1 and a2 of VisitTypePolicy TYPE_ADDED_TO_VEHICLE
- r1 and r2 of policy ADDED_TYPE_REMOVED_FROM_VEHICLE
- 3 nodes A, UV and AR of type T3, respectively with type policies
TYPE_ADDED_TO_VEHICLE, TYPE_ON_VEHICLE_UP_TO_VISIT and
TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED
the configurations
UV --> a1 --> r1 --> a2 --> r2, a1 --> r1 --> a2 --> r2 --> A and
a1 --> r1 --> AR --> a2 --> r2 are acceptable, whereas the configurations
a1 --> a2 --> r1 --> ..., or A --> a1 --> r1 --> ..., or
a1 --> r1 --> UV --> ...
TypeRegulationsConstraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
TypeRegulationsConstraint(RoutingModel) - Constructor for class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
TypeRegulationsConstraint_initialPropagate(long, TypeRegulationsConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
TypeRegulationsConstraint_post(long, TypeRegulationsConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
TypeRegulationsConstraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
TypeRequirementChecker - Class in com.google.ortools.constraintsolver
Checker for type requirements.
TypeRequirementChecker(long, boolean) - Constructor for class com.google.ortools.constraintsolver.TypeRequirementChecker
 
TypeRequirementChecker(RoutingModel) - Constructor for class com.google.ortools.constraintsolver.TypeRequirementChecker
 
TypeRequirementChecker_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 

U

ub() - Method in class com.google.ortools.linearsolver.MPConstraint
Returns the upper bound.
ub() - Method in class com.google.ortools.linearsolver.MPVariable
Returns the upper bound.
UNACTIVELNS - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
unassignAllRemainingItems() - Method in class com.google.ortools.constraintsolver.Pack
 
UNBALANCED - com.google.ortools.graph.MinCostFlowBase.Status
 
UNBOUNDED - com.google.ortools.linearsolver.MPSolver.ResultStatus
proven unbounded.
unchecked_solutions() - Method in class com.google.ortools.constraintsolver.Solver
The number of unchecked solutions found by local search.
unfreezeQueue() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
This method unfreezes the propagation queue.
unionWith(Domain) - Method in class com.google.ortools.util.Domain
Returns the union of D and domain.
UNKNOWN - com.google.ortools.sat.CpSolverStatus
The status of the model is still unknown.
UNKNOWN_VALUE - Static variable in enum com.google.ortools.sat.CpSolverStatus
The status of the model is still unknown.
unperformed() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
unperformed(int, SequenceVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the list of unperformed of 'var' in the
nth solution.
unperformed(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
unperformedPenalty(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Get the "unperformed" penalty of a node.
unperformedPenaltyOrValue(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Same as above except that it returns default_value instead of 0 when
penalty is not well defined (default value is passed as first argument to
simplify the usage of the method in a callback).
UNRECOGNIZED - com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
 
UNRECOGNIZED - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
 
UNRECOGNIZED - com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
 
UNRECOGNIZED - com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
 
UNRECOGNIZED - com.google.ortools.sat.CpSolverStatus
 
UNRECOGNIZED - com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
 
UNRECOGNIZED - com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
 
UNRECOGNIZED - com.google.ortools.util.OptionalBoolean
 
UNSET - com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
See the homonymous value in LocalSearchMetaheuristic.
UNSET - com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Means "not set".
UNSET - com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
UNSET = 0;
UNSET_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
See the homonymous value in LocalSearchMetaheuristic.
UNSET_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Means "not set".
UNSET_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
UNSET = 0;
UNSPECIFIED - Static variable in interface com.google.ortools.constraintsolver.mainConstants
This enum is used internally to do dynamic typing on subclasses of integer
variables.
UNSPECIFIED_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
UpdateLimits(SWIGTYPE_p_absl__Duration, long, long, long) - Method in class com.google.ortools.constraintsolver.RegularLimit
 
UPPER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
 
UPPER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
UPPER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
 
USE_ABSL_RANDOM_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_ALL_POSSIBLE_DISJUNCTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_BLOCKING_RESTART_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_BRANCHING_IN_LP_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_COMBINED_NO_OVERLAP_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_CP_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_CP_SAT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_CROSS_EXCHANGE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_CROSS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_CUMULATIVE_EDGE_FINDER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_CUMULATIVE_TIME_TABLE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_CUMULATIVE_TIME_TABLE_SYNC_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_DEPTH_FIRST_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_DISJUNCTIVE_CONSTRAINT_IN_CUMULATIVE_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_ELEMENT_RMQ_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_ERWA_HEURISTIC_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_EXACT_LP_REASON_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_EXCHANGE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_EXCHANGE_PAIR_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_EXCHANGE_SUBTRIP_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_EXTENDED_SWAP_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_FEASIBILITY_PUMP_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_FULL_PATH_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_FULL_PROPAGATION_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_GLOBAL_CHEAPEST_INSERTION_CLOSE_NODES_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_GLOBAL_CHEAPEST_INSERTION_EXPENSIVE_CHAIN_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_GLOBAL_CHEAPEST_INSERTION_PATH_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_IMPLIED_BOUNDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_INACTIVE_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_LIGHT_RELOCATE_PAIR_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_LIN_KERNIGHAN_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_LNS_ONLY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_LOCAL_CHEAPEST_INSERTION_CLOSE_NODES_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_LOCAL_CHEAPEST_INSERTION_EXPENSIVE_CHAIN_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_LOCAL_CHEAPEST_INSERTION_PATH_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_MAKE_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_MAKE_CHAIN_INACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_MAKE_INACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_MULTI_ARMED_BANDIT_CONCATENATE_OPERATORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_NODE_PAIR_SWAP_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_OPTIMIZATION_HINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_OPTIONAL_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_OR_OPT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_OVERLOAD_CHECKER_IN_CUMULATIVE_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_PATH_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_PB_RESOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_PHASE_SAVING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_PRECEDENCES_IN_DISJUNCTIVE_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_PROBING_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_RELAXATION_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_RELOCATE_AND_MAKE_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RELOCATE_EXPENSIVE_CHAIN_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RELOCATE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RELOCATE_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RELOCATE_PAIR_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RELOCATE_PATH_GLOBAL_CHEAPEST_INSERTION_INSERT_UNPERFORMED_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RELOCATE_SUBTRIP_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RINS_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_SAT_INPROCESSING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_SEQUENCE_HIGH_DEMAND_TASKS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_SMALL_TABLE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_SWAP_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_TIMETABLE_EDGE_FINDING_IN_CUMULATIVE_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_TSP_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_TSP_OPT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_TWO_OPT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_UNFILTERED_FIRST_SOLUTION_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
UseFastLocalSearch() - Method in class com.google.ortools.constraintsolver.Solver
Returns true if fast local search is enabled.
USER_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
useReduction() - Method in class com.google.ortools.algorithms.KnapsackSolver
 
userTime() - Method in class com.google.ortools.sat.CpSolver
Returns the user time of the search.
userTime() - Method in class com.google.ortools.sat.SolutionCallback
 

V

validate() - Method in class com.google.ortools.sat.CpModel
Returns a non empty string explaining the issue if the model is invalid.
validateModel(CpModelProto) - Static method in class com.google.ortools.sat.SatHelper
 
value() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
value() - Method in class com.google.ortools.constraintsolver.IntVar
This method returns the value of the variable.
value() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
value() - Method in class com.google.ortools.constraintsolver.IntVarIterator
This method returns the current value of the iterator.
value() - Method in class com.google.ortools.constraintsolver.RevBool
 
value() - Method in class com.google.ortools.constraintsolver.RevInteger
 
value() - Method in class com.google.ortools.constraintsolver.RevLong
 
value() - Method in class com.google.ortools.linearsolver.MPObjective
Returns the objective value of the best solution found so far.

It is the optimal objective value if the problem has been solved to
optimality.

Note: the objective value may be slightly different than what you could
compute yourself using MPVariable::solution_value(); please use the
--verify_solution flag to gain confidence about the numerical stability of
your solution.
value(int) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
value(int, int) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
value(int, IntVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the Value of 'var' in the nth solution.
value(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
Returns the value in the current assignment of the variable of given
index.
value(long) - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
Returns the value in the current assignment of the variable of given
index.
value(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
value(IntVar) - Method in class com.google.ortools.sat.CpSolver
Returns the value of a variable in the last solution found.
value(IntVar) - Method in class com.google.ortools.sat.CpSolverSolutionCallback
Returns the value of the variable in the current solution.
VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.OptionalDouble
 
ValueFromAssignment(Assignment, IntVar, long, int[]) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchHandler
 
ValueFromAssignment(Assignment, SequenceVar, long, SWIGTYPE_p_std__vectorT_int_t) - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchHandler
 
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.ConstraintProto.ConstraintCase
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.CpSolverStatus
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.Polarity
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
Deprecated.
valueOf(int) - Static method in enum com.google.ortools.util.OptionalBoolean
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.CpSolverStatus
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.Polarity
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.util.OptionalBoolean
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.algorithms.KnapsackSolver.SolverType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.graph.LinearSumAssignment.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.graph.MaxFlow.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.graph.MinCostFlowBase.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolver.BasisStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolver.ResultStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.ScalingValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.ConstraintProto.ConstraintCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.CpSolverStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.Polarity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.util.OptionalBoolean
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.ortools.algorithms.KnapsackSolver.SolverType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.graph.LinearSumAssignment.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.graph.MaxFlow.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.graph.MinCostFlowBase.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolver.BasisStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolver.ResultStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.ScalingValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.ConstraintProto.ConstraintCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.CpSolverStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.Polarity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.util.OptionalBoolean
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.PartialVariableAssignment
 
VALUES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.TableConstraintProto
 
var() - Method in class com.google.ortools.constraintsolver.BaseIntExpr
 
var() - Method in class com.google.ortools.constraintsolver.Constraint
Creates a Boolean variable representing the status of the constraint
(false = constraint is violated, true = constraint is satisfied).
var() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
var() - Method in class com.google.ortools.constraintsolver.IntExpr
Creates a variable from the expression.
var() - Method in class com.google.ortools.constraintsolver.IntVar
 
var() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
var() - Method in class com.google.ortools.constraintsolver.OptimizeVar
Returns the variable that is optimized.
var() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
var(int) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
var(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperatorTemplate
Returns the variable of given index.
var(long) - Method in class com.google.ortools.constraintsolver.SequenceVarLocalSearchOperatorTemplate
Returns the variable of given index.
VAR_ADD_CST - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
VAR_ADD_CST_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_CONSTANT_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_CONSTANT_INDEX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_MIN - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_SUM - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_ARRAY_ELEMENT - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_ARRAY_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_CONSTANT_BETWEEN - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_CONSTANT_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_CONSTRAINT_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_EQUALITY - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_GREATER_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_LESS_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_NON_EQUALITY - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPAbsConstraint
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPArrayConstraint
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSosConstraint
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.PartialVariableAssignment
 
VAR_PRIORITY - Static variable in class com.google.ortools.constraintsolver.Solver
VAR_PRIORITY is between DELAYED_PRIORITY and NORMAL_PRIORITY.
VAR_TIMES_CST - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
VAR_TIMES_CST_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
VAR_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
VAR_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.PartialVariableAssignment
 
VARIABLE_ACTIVITY_DECAY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
VARIABLE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
VARIABLE_OVERRIDES_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelDeltaProto
 
VARIABLE_SELECTION_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DecisionStrategyProto
 
VARIABLE_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
variableDomain(IntegerVariableProto) - Static method in class com.google.ortools.sat.SatHelper
 
variables() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the array of variables handled by the MPSolver.
VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DecisionStrategyProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AllDifferentConstraintProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ElementConstraintProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntegerArgumentProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearConstraintProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearExpressionProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.PartialVariableAssignment
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.TableConstraintProto
 
varType() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
varType() - Method in class com.google.ortools.constraintsolver.IntVar
 
varWithName(String) - Method in class com.google.ortools.constraintsolver.IntExpr
Creates a variable from the expression and set the name of the
resulting var.
VehicleClassEntry() - Constructor for class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
VehicleClassEntry(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
VehicleCostsConsideredVar(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the variable specifying whether or not costs are considered for
vehicle.
VehicleIndex(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the vehicle of the given start/end index, and -1 if the given
index is not a vehicle start/end.
vehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the number of vehicle routes in the model.
VehicleTypeContainer() - Constructor for class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
VehicleTypeContainer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
vehicleVar(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the vehicle variable of the node corresponding to index.
vehicleVars() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns all vehicle variables of the model, such that VehicleVars(i) is
the vehicle variable of the node corresponding to i.
VERBOSE - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
verifySolution(double, boolean) - Method in class com.google.ortools.linearsolver.MPSolver
Advanced usage: Verifies the *correctness* of the solution.

It verifies that all variables must be within their domains, all
constraints must be satisfied, and the reported objective value must be
accurate.

Usage:
- This can only be called after Solve() was called.
- "tolerance" is interpreted as an absolute error threshold.
- For the objective value only, if the absolute error is too large,
the tolerance is interpreted as a relative error threshold instead.
- If "log_errors" is true, every single violation will be logged.
- If "tolerance" is negative, it will be set to infinity().

Most users should just set the --verify_solution flag and not bother using
this method directly.
visitIntegerArgument(String, long) - Method in class com.google.ortools.constraintsolver.ModelVisitor
Visit integer arguments.
visitIntegerArrayArgument(String, long[]) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitIntegerExpressionArgument(String, IntExpr) - Method in class com.google.ortools.constraintsolver.ModelVisitor
Visit integer expression argument.
visitIntegerMatrixArgument(String, IntTupleSet) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitIntegerVariable(IntVar, IntExpr) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitIntegerVariable(IntVar, String, long, IntVar) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitIntegerVariableArrayArgument(String, IntVar[]) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitIntervalArgument(String, IntervalVar) - Method in class com.google.ortools.constraintsolver.ModelVisitor
Visit interval argument.
visitIntervalArrayArgument(String, IntervalVar[]) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitIntervalVariable(IntervalVar, String, long, IntervalVar) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitRankFirstInterval(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
visitRankLastInterval(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
visitScheduleOrExpedite(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
visitScheduleOrPostpone(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
visitSequenceArgument(String, SequenceVar) - Method in class com.google.ortools.constraintsolver.ModelVisitor
Visit sequence argument.
visitSequenceArrayArgument(String, SequenceVar[]) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitSequenceVariable(SequenceVar) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitSetVariableValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
visitSplitVariableDomain(IntVar, long, boolean) - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
visitUnknownDecision() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
VOID_CONSTRAINT_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VOID_FALSE_CONSTRAINT - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VOID_TRUE_CONSTRAINT - Static variable in class com.google.ortools.constraintsolver.ModelCache
 

W

wall_time() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
WALL_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
wallTime() - Method in class com.google.ortools.constraintsolver.Solver
DEPRECATED: Use Now() instead.
Time elapsed, in ms since the creation of the solver.
wallTime() - Method in class com.google.ortools.linearsolver.MPSolver
 
wallTime() - Method in class com.google.ortools.sat.CpSolver
Returns the wall time of the search.
wallTime() - Method in class com.google.ortools.sat.SolutionCallback
 
wallTime(int) - Method in class com.google.ortools.constraintsolver.SolutionCollector
Returns the wall time in ms for the nth solution.
wasPerformedBound() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
WEIGHT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSosConstraint
 
whenAnything(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
Attaches a demon awakened when anything about this interval changes.
whenAnything(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
Attaches a closure awakened when anything about this interval changes.
whenBound(Demon) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
whenBound(Demon) - Method in class com.google.ortools.constraintsolver.IntVar
This method attaches a demon that will be awakened when the
variable is bound.
whenBound(Runnable) - Method in class com.google.ortools.constraintsolver.IntVar
This method attaches a closure that will be awakened when the
variable is bound.
whenDomain(Demon) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
whenDomain(Demon) - Method in class com.google.ortools.constraintsolver.IntVar
This method attaches a demon that will watch any domain
modification of the domain of the variable.
whenDomain(Runnable) - Method in class com.google.ortools.constraintsolver.IntVar
This method attaches a closure that will watch any domain
modification of the domain of the variable.
whenDurationBound(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenDurationBound(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenDurationRange(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenDurationRange(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenEndBound(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenEndBound(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenEndRange(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenEndRange(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenPerformedBound(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenPerformedBound(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenRange(Demon) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
whenRange(Demon) - Method in class com.google.ortools.constraintsolver.IntExpr
Attach a demon that will watch the min or the max of the expression.
whenRange(Runnable) - Method in class com.google.ortools.constraintsolver.IntExpr
Attach a demon that will watch the min or the max of the expression.
whenStartBound(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenStartBound(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenStartRange(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenStartRange(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
writeAssignment(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Writes the current solution to a file containing an AssignmentProto.
Returns false if the file cannot be opened or if there is no current
solution.
writeModelToFile(CpModelProto, String) - Static method in class com.google.ortools.sat.SatHelper
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPModelProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPModelRequest
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPVariableProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.OptionalDouble
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.BoolArgumentProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.CircuitConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.ConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.CpModelProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.CpObjectiveProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.CpSolverResponse
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.DecisionStrategyProto.AffineTransformation
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.DecisionStrategyProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.DenseMatrixProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.ElementConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.IntegerArgumentProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.IntegerVariableProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.IntervalConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.InverseConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.LinearArgumentProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.LinearConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.LinearExpressionProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.PartialVariableAssignment
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.RoutesConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.SatParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.SparsePermutationProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.SymmetryProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.TableConstraintProto
 
WrongLength(String, String) - Constructor for exception com.google.ortools.sat.CpModel.WrongLength
 

X

X_INTERVALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
XPRESS_LINEAR_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.
XPRESS_LINEAR_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
XPRESS_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.
XPRESS_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.
XPRESS_MIXED_INTEGER_PROGRAMMING - com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
 
XPRESS_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.

Y

Y_INTERVALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.NoOverlap2DConstraintProto
 

Z

zero() - Static method in class com.google.ortools.constraintsolver.main
NOLINT
This method returns 0.
zero() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes|All Packages